Skip to content

Commit 3701b9c

Browse files
committed
v1.1.9 release
1 parent 8688763 commit 3701b9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "mavonie.subterminal"
1313
minSdkVersion 19
1414
targetSdkVersion 24
15-
versionCode 24
16-
versionName "1.1.8"
15+
versionCode 25
16+
versionName "1.1.9"
1717
multiDexEnabled true
1818
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1919
}

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="mavonie.subterminal"
4-
android:versionName="1.1.6">
4+
android:versionName="1.1.9">
55

66
<uses-permission android:name="android.permission.INTERNET"/>
77
<uses-permission android:name="android.permission.ACCESS_GPS"/>

0 commit comments

Comments
 (0)