CW-450 Add version code & version name to android configs (#1020)

* Add version code and version name to android configuration

* Update inject_app_details.sh

configure script to run on Linux
This commit is contained in:
Omar Hatem 2023-08-04 20:02:05 +03:00 committed by GitHub
parent 3ce4000dcf
commit 68a057b91b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -14,6 +14,8 @@
android:icon="@mipmap/ic_launcher"
android:allowBackup="false"
android:fullBackupContent="false"
android:versionCode="__versionCode__"
android:versionName="__versionName__"
android:requestLegacyExternalStorage="true">
<activity
android:name=".MainActivity"