Update to moasdawiki-server 2.3.1

This commit is contained in:
Herbert Reiter
2020-09-13 22:03:06 +02:00
parent 93644569fd
commit 46698f1ed2
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -6,8 +6,8 @@ android {
applicationId "net.moasdawiki.app"
minSdkVersion 26 // 26 = Oreo 8.0
targetSdkVersion 29 // should be same as compileSdkVersion
versionCode 17
versionName "2.2.1.1"
versionCode 18
versionName "2.3.1.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}
sourceSets {
@@ -24,7 +24,7 @@ android {
}
dependencies {
implementation 'net.moasdawiki:moasdawiki-server:2.2.0'
implementation 'net.moasdawiki:moasdawiki-server:2.3.1'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'