File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Save icon images as `ic_launcher.png` in various directories within `/android/ap
3939
4040### Releasing
4141
42+ Bump the version and name in ` android/app/build.gradle ` and ` android/app/src/main/AndroidManifest.xml ` .
43+
4244Generate an APK:
4345
4446```` sh
Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ android {
113113 applicationId " com.nexttrainct"
114114 minSdkVersion 16
115115 targetSdkVersion 22
116- versionCode 1
117- versionName " 1.0 "
116+ versionCode 3
117+ versionName " Quiet Car "
118118 ndk {
119119 abiFilters " armeabi-v7a" , " x86"
120120 }
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
22 package =" com.nexttrainct"
3- android : versionCode =" 1 "
4- android : versionName =" 1.0 " >
3+ android : versionCode =" 3 "
4+ android : versionName =" Quiet Car " >
55
66 <uses-permission android : name =" android.permission.INTERNET" />
77 <uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" />
You can’t perform that action at this time.
0 commit comments