Browse Source

Bump version to 1.5.2

pull/6938/head
Anders Jenbo 2 years ago
parent
commit
6e0b592df7
  1. 2
      VERSION
  2. 2
      android-project/app/build.gradle

2
VERSION

@ -1 +1 @@
1.5.1
1.5.2

2
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 {

Loading…
Cancel
Save