diff --git a/build.gradle b/build.gradle index 9a4a1b027..16d2857ca 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ task clean(type: Delete) { def gitCommitId = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim() def gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim()) -def baseVersionName = "${api_version_major}.11.0" +def baseVersionName = "${api_version_major}.12.0" ext { minSdkVersion = 23 targetSdkVersion = 32