We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a3d81 commit 95ec0aaCopy full SHA for 95ec0aa
1 file changed
build.gradle
@@ -41,7 +41,7 @@ ext {
41
//Version
42
compileSdkVersion = 31
43
buildToolsVersion = "30.0.0"
44
- minSdkVersion = 14
+ minSdkVersion = 15
45
targetSdkVersion = 31
46
supportLibraryVersion = "30.0.0"
47
projectVersionCode = 86
@@ -57,4 +57,4 @@ ext {
57
animatedVectorDrawable : "com.android.support:animated-vector-drawable:${supportLibraryVersion}",
58
constraint : "com.android.support.constraint:constraint-layout:1.1.3",
59
]
60
-}
+}
0 commit comments