Skip to content

Commit 95ec0aa

Browse files
authored
Update build.gradle
1 parent a3a3d81 commit 95ec0aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ext {
4141
//Version
4242
compileSdkVersion = 31
4343
buildToolsVersion = "30.0.0"
44-
minSdkVersion = 14
44+
minSdkVersion = 15
4545
targetSdkVersion = 31
4646
supportLibraryVersion = "30.0.0"
4747
projectVersionCode = 86
@@ -57,4 +57,4 @@ ext {
5757
animatedVectorDrawable : "com.android.support:animated-vector-drawable:${supportLibraryVersion}",
5858
constraint : "com.android.support.constraint:constraint-layout:1.1.3",
5959
]
60-
}
60+
}

0 commit comments

Comments
 (0)