mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
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:
parent
3ce4000dcf
commit
68a057b91b
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue