Skip to content

Commit 853e49b

Browse files
committed
Increase version to 1.20 (20)
1 parent 7804543 commit 853e49b

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

README.MD

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ Android 4.1 and up
1111
1212
> The following list follows this scheme: VersionName - VersionCode
1313
14-
* 1\.7 - 7
15-
* 1\.8 - 8
16-
* 1\.9 - 9
17-
* 1\.10 - 10 (first Version with Android 4.x support)
18-
* 1\.11 - 11 (New Design + Map)
19-
* 1\.12 - 12 (Get position by networks, Hang fix on start on older Android versions)
20-
* 1\.13 - 13 (Auto Update)
21-
* 1\.14 - 14 (Manual Dark/Light Mode)
22-
* 1\.15 - 15 (SSL / SSL-NoVerify / Unencrypted options, Change Update download Path >= Android 11)
23-
* 1\.16 - 16 (Bug fix release)
24-
* 1\.17 - 17 (Bug fix release)
25-
* 1\.18 - 18 (Improved Translation)
26-
14+
- 1.7 - 7
15+
- 1.8 - 8
16+
- 1.9 - 9
17+
- 1.10 - 10 (first Version with Android 4.x support)
18+
- 1.11 - 11 (New Design + Map)
19+
- 1.12 - 12 (Get position by networks, Hang fix on start on older Android versions)
20+
- 1.13 - 13 (Auto Update)
21+
- 1.14 - 14 (Manual Dark/Light Mode)
22+
- 1.15 - 15 (SSL / SSL-NoVerify / Unencrypted options, Change Update download Path >= Android 11)
23+
- 1.16 - 16 (Bug fix release)
24+
- 1.17 - 17 (Bug fix release)
25+
- 1.18 - 18 (Improved Translation)
26+
- 1.19 - Bug fix release
27+
- 1.20 - Beta Upload Progress Bar

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "de.morihofi.wifidb"
1010
minSdk 16
1111
targetSdk 32
12-
versionCode 19
13-
versionName "1.19"
12+
versionCode 20
13+
versionName "1.20"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}

0 commit comments

Comments
 (0)