diff --git a/build.gradle b/build.gradle index ed96929c9..c6e845afd 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,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}.2.1" +def baseVersionName = "${api_version_major}.2.2" ext { minSdkVersion = 23