Browse Source

Android build: Read VERSION file

pull/6227/head
Gleb Mazovetskiy 3 years ago
parent
commit
28100c246d
  1. 2
      android-project/app/build.gradle

2
android-project/app/build.gradle

@ -18,7 +18,7 @@ android {
minSdkVersion 18
targetSdkVersion 32
versionCode 26
versionName "1.5.1-dev"
versionName project.file('../../VERSION').text.trim()
externalNativeBuild {
cmake {
arguments "-DANDROID_STL=c++_static"

Loading…
Cancel
Save