Upgrade library dependencies
This commit is contained in:
+5
-7
@@ -28,11 +28,9 @@ android {
|
||||
|
||||
dependencies {
|
||||
api 'net.moasdawiki:moasdawiki-server:3.9.5'
|
||||
api ('androidx.appcompat:appcompat:1.6.1') {
|
||||
exclude group: 'org.jetbrains', module: 'annotations'
|
||||
}
|
||||
api ('androidx.preference:preference:1.2.1') {
|
||||
exclude group: 'org.jetbrains', module: 'annotations'
|
||||
}
|
||||
compileOnly 'org.jetbrains:annotations:26.0.2'
|
||||
|
||||
implementation ('androidx.appcompat:appcompat:1.7.1')
|
||||
implementation ('androidx.preference:preference:1.2.1')
|
||||
// Fix duplicate class error
|
||||
implementation ("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.10")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user