Update to moasdawiki-server 2.4.2
This commit is contained in:
+2
-4
@@ -7,7 +7,7 @@ android {
|
||||
minSdkVersion 26 // 26 = Oreo 8.0
|
||||
targetSdkVersion 30 // should be same as compileSdkVersion
|
||||
versionCode 20
|
||||
versionName "2.4.1.0"
|
||||
versionName "2.4.2.0"
|
||||
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
||||
}
|
||||
sourceSets {
|
||||
@@ -24,9 +24,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// HR: Workaround für Android Studio Bug
|
||||
implementation files('/daten/wissensdb/moasdawiki-server-2.4.1.jar')
|
||||
//implementation 'net.moasdawiki:moasdawiki-server:2.4.1'
|
||||
implementation 'net.moasdawiki:moasdawiki-server:2.4.2'
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'androidx.preference:preference:1.1.1'
|
||||
|
||||
Reference in New Issue
Block a user