Release 2.2.0.0

This commit is contained in:
Herbert Reiter
2020-02-08 18:05:09 +01:00
parent 33f8f709f8
commit 0d70ba6351
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ android {
applicationId "net.moasdawiki.app"
minSdkVersion 26 // 26 = Oreo 8.0
targetSdkVersion 29 // should be same as compileSdkVersion
versionCode 14
versionCode 15
versionName "2.2.0.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}