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