We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22987ba commit 4c79f73Copy full SHA for 4c79f73
app/build.gradle
@@ -16,9 +16,10 @@ android {
16
minSdkVersion 7
17
// targetSdkVersion 26
18
targetSdkVersion 23
19
- versionCode 19
20
- versionName '2.0.19.190413'
+ versionCode 20
+ versionName '2.0.20.190606'
21
22
+ // 2.0.20.190606 (20) Fix crash when writing to root dir; ar translation update
23
// 2.0.19.190413 (19) Minified reduced apk-size from 536kb to 178kb
24
// 2.0.18.181224 (18) Crashlog support (via Settings-Menu)
25
// 2.0.17.181130 (17) Settings-Menu send/view/edit/delete zip;zip-subfolder-path; logfile in zip; bugfix duplicate in zip-subfolder
0 commit comments