Skip to content

Commit b6af8f9

Browse files
committed
v1.0.4 release
1 parent 47515d4 commit b6af8f9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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 14
16-
versionName "1.0.3"
15+
versionCode 15
16+
versionName "1.0.4"
1717
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1818
}
1919
buildTypes {

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.0.3">
4+
android:versionName="1.0.4">
55

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

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
<string name="action_settings">Settings (Coming soon)</string>
88
<string name="title_activity_login">LoginActivity</string>
99

10-
<!-- TODO: Remove or change this placeholder text -->
11-
<string name="hello_blank_fragment">Hello blank fragment</string>
1210
<string name="gear_manufacturer">Manufacturer</string>
1311
<string name="gear">Gear</string>
1412
<string name="gear_type">Type</string>

0 commit comments

Comments
 (0)