File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ android {
14
14
minSdkVersion 19
15
15
targetSdkVersion 25
16
16
versionCode 35
17
- versionName " 1.3.0 "
17
+ versionName " 1.3.1 "
18
18
multiDexEnabled true
19
19
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
20
20
}
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.3.0 " >
4
+ android : versionName =" 1.3.1 " >
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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<changelog >
3
+ <release
4
+ version =" 1.3.1"
5
+ versioncode =" 35" >
6
+ <change >Removed public exits temporarily</change >
7
+ <change >Fixed bug with list views greyed out colors</change >
8
+ <change >Fix bug that prevented images not downloading correctly</change >
9
+ <change >General improvements</change >
10
+ </release >
3
11
<release
4
12
version =" 1.2.6"
5
13
versioncode =" 34" >
You can’t perform that action at this time.
0 commit comments