Update to moasdawiki-server 3.4.4
This commit is contained in:
+1
-8
@@ -10,13 +10,6 @@ android {
|
||||
versionName "3.2.1.0"
|
||||
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
||||
}
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
exclude "net/moasdawiki/plugin/sync/SynchronizationPlugin*"
|
||||
}
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_11
|
||||
targetCompatibility JavaVersion.VERSION_11
|
||||
@@ -28,7 +21,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'net.moasdawiki:moasdawiki-server:3.2.1'
|
||||
implementation 'net.moasdawiki:moasdawiki-server:3.4.4'
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'androidx.appcompat:appcompat:1.4.1'
|
||||
// androidx.preference 1.2.0 causes dependency conflict
|
||||
|
||||
Reference in New Issue
Block a user