Skip to content

Commit f0e722c

Browse files
committed
Bump version
1 parent 9228a9e commit f0e722c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

RELEASING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
4244
Generate an APK:
4345

4446
```` sh

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"/>

0 commit comments

Comments
 (0)