Skip to content

Commit 6822477

Browse files
committed
minSdk 17 because of countly
Countly forces minSdk 17
1 parent a4f044b commit 6822477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LogcatCountlyLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
versionName getTag()
1010
versionCode getGitCommitCount()
1111

12-
minSdkVersion 16
12+
minSdkVersion 17
1313
project.archivesBaseName = "LogcatCountly"
1414
}
1515

0 commit comments

Comments
 (0)