Upgrade library dependencies

This commit is contained in:
Herbert Reiter
2025-08-30 15:35:22 +02:00
parent afe3d5712d
commit 016a20dca8
2 changed files with 6 additions and 8 deletions
+5 -7
View File
@@ -28,11 +28,9 @@ android {
dependencies { dependencies {
api 'net.moasdawiki:moasdawiki-server:3.9.5' api 'net.moasdawiki:moasdawiki-server:3.9.5'
api ('androidx.appcompat:appcompat:1.6.1') {
exclude group: 'org.jetbrains', module: 'annotations' implementation ('androidx.appcompat:appcompat:1.7.1')
} implementation ('androidx.preference:preference:1.2.1')
api ('androidx.preference:preference:1.2.1') { // Fix duplicate class error
exclude group: 'org.jetbrains', module: 'annotations' implementation ("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.10")
}
compileOnly 'org.jetbrains:annotations:26.0.2'
} }
+1 -1
View File
@@ -6,7 +6,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:8.10.1' classpath 'com.android.tools.build:gradle:8.12.2'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files