diff --git a/VERSION b/VERSION index c9c40b066..72282b3e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.1 +1.5.2 diff --git a/android-project/app/build.gradle b/android-project/app/build.gradle index a78a3a596..f9be33acc 100644 --- a/android-project/app/build.gradle +++ b/android-project/app/build.gradle @@ -15,7 +15,7 @@ android { } minSdkVersion 18 targetSdkVersion 33 - versionCode 28 + versionCode 29 versionName project.file('../../VERSION').text.trim() externalNativeBuild { cmake {