New release

This commit is contained in:
Herbert Reiter
2021-05-13 10:34:12 +02:00
parent 96623d73a0
commit 07a9fa630c
4 changed files with 9 additions and 3 deletions
+3 -3
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 25
versionName "2.5.2.1"
versionCode 26
versionName "2.6.0.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}
sourceSets {
@@ -24,7 +24,7 @@ android {
}
dependencies {
implementation 'net.moasdawiki:moasdawiki-server:2.5.2'
implementation 'net.moasdawiki:moasdawiki-server:2.6.0'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'