File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
12
12
applicationId " mavonie.subterminal"
13
13
minSdkVersion 19
14
14
targetSdkVersion 24
15
- versionCode 14
16
- versionName " 1.0.3 "
15
+ versionCode 15
16
+ versionName " 1.0.4 "
17
17
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
18
18
}
19
19
buildTypes {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" mavonie.subterminal"
4
- android : versionName =" 1.0.3 " >
4
+ android : versionName =" 1.0.4 " >
5
5
6
6
<uses-permission android : name =" android.permission.INTERNET" />
7
7
<uses-permission android : name =" android.permission.ACCESS_GPS" />
Original file line number Diff line number Diff line change 7
7
<string name =" action_settings" >Settings (Coming soon)</string >
8
8
<string name =" title_activity_login" >LoginActivity</string >
9
9
10
- <!-- TODO: Remove or change this placeholder text -->
11
- <string name =" hello_blank_fragment" >Hello blank fragment</string >
12
10
<string name =" gear_manufacturer" >Manufacturer</string >
13
11
<string name =" gear" >Gear</string >
14
12
<string name =" gear_type" >Type</string >
You can’t perform that action at this time.
0 commit comments