New release
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.5.2.1 (versionCode 25, 2021-05-08)
|
||||||
|
|
||||||
|
- Update documentation
|
||||||
|
- Update library dependencies
|
||||||
|
|
||||||
## 2.5.2.0 (versionCode 24, 2021-02-28)
|
## 2.5.2.0 (versionCode 24, 2021-02-28)
|
||||||
|
|
||||||
- Find also words that start with the search string
|
- Find also words that start with the search string
|
||||||
|
|||||||
+2
-2
@@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "net.moasdawiki.app"
|
applicationId "net.moasdawiki.app"
|
||||||
minSdkVersion 26 // 26 = Oreo 8.0
|
minSdkVersion 26 // 26 = Oreo 8.0
|
||||||
targetSdkVersion 30 // should be same as compileSdkVersion
|
targetSdkVersion 30 // should be same as compileSdkVersion
|
||||||
versionCode 24
|
versionCode 25
|
||||||
versionName "2.5.2.0"
|
versionName "2.5.2.1"
|
||||||
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
||||||
}
|
}
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
- Documentation aktualisieren
|
||||||
|
- Bibliotheks-Abhängigkeiten aktualisieren
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
- Update documentation
|
||||||
|
- Update library dependencies
|
||||||
Reference in New Issue
Block a user