Upgrade library dependencies

This commit is contained in:
Herbert Reiter
2026-01-02 21:18:29 +01:00
parent 588b132853
commit 947317c6a7
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -29,8 +29,9 @@ android {
dependencies {
api 'net.moasdawiki:moasdawiki-server:3.9.5'
implementation ('androidx.appcompat:appcompat:1.7.1')
implementation ('androidx.preference:preference:1.2.1')
compileOnly 'androidx.annotation:annotation:1.3.0'
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")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.0"
}