New release

This commit is contained in:
Herbert Reiter
2021-05-08 22:44:55 +02:00
parent 51a34e4463
commit 58ba5f48c5
4 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ android {
applicationId "net.moasdawiki.app"
minSdkVersion 26 // 26 = Oreo 8.0
targetSdkVersion 30 // should be same as compileSdkVersion
versionCode 24
versionName "2.5.2.0"
versionCode 25
versionName "2.5.2.1"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}
sourceSets {