Release 2.2.0.0

This commit is contained in:
Herbert Reiter
2020-02-08 18:05:09 +01:00
parent 33f8f709f8
commit a167eac263
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog # Changelog
## 2.2.0.0 (versionCode 15, 2020-02-08)
- Speed up full text search by searching only in the page titles in the first step
## 2.1.0.0 (versionCode 14, 2020-01-11) ## 2.1.0.0 (versionCode 14, 2020-01-11)
- Renewed the user interface - Renewed the user interface
+1 -1
View File
@@ -6,7 +6,7 @@ android {
applicationId "net.moasdawiki.app" applicationId "net.moasdawiki.app"
minSdkVersion 26 // 26 = Oreo 8.0 minSdkVersion 26 // 26 = Oreo 8.0
targetSdkVersion 29 // should be same as compileSdkVersion targetSdkVersion 29 // should be same as compileSdkVersion
versionCode 14 versionCode 15
versionName "2.2.0.0" versionName "2.2.0.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
} }