diff --git a/api b/api index 2cc3c797b..34befa05c 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 2cc3c797b0214e008790c7856245bc340c529f1d +Subproject commit 34befa05c58f98589d0ec620c3e471fc13d20158 diff --git a/build.gradle b/build.gradle index aedc59b05..5e8e5d13e 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}.2.0" +def baseVersionName = "${api_version_major}.2.1" ext { minSdkVersion = 23 targetSdkVersion = 32