Release 2.2.0.0
This commit is contained in:
@@ -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
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user