New release

This commit is contained in:
Herbert Reiter
2021-06-09 22:11:55 +02:00
parent 1597613f72
commit cd01a5390d
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,8 +1,15 @@
# Changelog # Changelog
## 2.6.1.0 (versionCode 27, 2021-06-09)
- Remove double back key press to close the app
- Update to moasdawiki-server 2.6.1
- Upgrade library dependencies
## 2.6.0.0 (versionCode 26, 2021-05-13) ## 2.6.0.0 (versionCode 26, 2021-05-13)
- Make GPL-3.0-only licensing more clear - Make GPL-3.0-only licensing more clear
- Update to moasdawiki-server 2.6.0
## 2.5.2.1 (versionCode 25, 2021-05-08) ## 2.5.2.1 (versionCode 25, 2021-05-08)
+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 26 versionCode 27
versionName "2.6.0.0" versionName "2.6.1.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
} }
sourceSets { sourceSets {