New release

This commit is contained in:
Herbert Reiter
2021-05-08 22:44:55 +02:00
parent 51a34e4463
commit 9fa03058c7
4 changed files with 11 additions and 2 deletions
+5
View File
@@ -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
View File
@@ -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