android: update project
This commit is contained in:
parent
48bce25820
commit
b150ba2b62
|
@ -66,8 +66,8 @@ android {
|
|||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
sourceCompatibility JavaVersion.VERSION_11
|
||||
targetCompatibility JavaVersion.VERSION_11
|
||||
}
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
agp = "8.8.0"
|
||||
agp = "8.9.0"
|
||||
appcompat = "1.3.1"
|
||||
commonsLang3 = "3.12.0"
|
||||
documentfile = "1.0.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#Sat Oct 12 11:37:50 CEST 2024
|
||||
#Thu Mar 06 18:23:53 CET 2025
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
Loading…
Reference in New Issue