Upgrade library dependencies
This commit is contained in:
+4
-3
@@ -29,8 +29,9 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
api 'net.moasdawiki:moasdawiki-server:3.9.5'
|
api 'net.moasdawiki:moasdawiki-server:3.9.5'
|
||||||
|
|
||||||
implementation ('androidx.appcompat:appcompat:1.7.1')
|
compileOnly 'androidx.annotation:annotation:1.3.0'
|
||||||
implementation ('androidx.preference:preference:1.2.1')
|
implementation 'androidx.appcompat:appcompat:1.7.1'
|
||||||
|
implementation 'androidx.preference:preference:1.2.1'
|
||||||
// Fix duplicate class error
|
// Fix duplicate class error
|
||||||
implementation ("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.10")
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:8.12.2'
|
classpath 'com.android.tools.build:gradle:8.12.3'
|
||||||
|
|
||||||
// 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
|
||||||
|
|||||||
Reference in New Issue
Block a user