New release

This commit is contained in:
Herbert Reiter
2021-01-31 16:15:19 +01:00
parent db66908534
commit a0a77f6311
+2 -2
View File
@@ -7,7 +7,7 @@ android {
minSdkVersion 26 // 26 = Oreo 8.0
targetSdkVersion 30 // should be same as compileSdkVersion
versionCode 23
versionName "2.5.0.0"
versionName "2.5.1.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
}
sourceSets {
@@ -24,7 +24,7 @@ android {
}
dependencies {
implementation 'net.moasdawiki:moasdawiki-server:2.5.0'
implementation 'net.moasdawiki:moasdawiki-server:2.5.1'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.preference:preference:1.1.1'