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
+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 26
versionName "2.6.0.0"
versionCode 27
versionName "2.6.1.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}
sourceSets {