Support core status check and force restart Optimize proxies page and access page Update flutter and pub dependencies
20 lines
787 B
TOML
20 lines
787 B
TOML
[versions]
|
|
#agp = "8.10.1"
|
|
minSdk = "23"
|
|
targetSdk = "36"
|
|
compileSdk = "36"
|
|
ndkVersion = "28.0.13004108"
|
|
coreKtx = "1.17.0"
|
|
annotationJvm = "1.9.1"
|
|
coreSplashscreen = "1.0.1"
|
|
gson = "2.13.1"
|
|
kotlin = "2.2.10"
|
|
smaliDexlib2 = "3.0.9"
|
|
|
|
[libraries]
|
|
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
|
androidx-core = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
|
|
annotation-jvm = { module = "androidx.annotation:annotation-jvm", version.ref = "annotationJvm" }
|
|
core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "coreSplashscreen" }
|
|
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
|
smali-dexlib2 = { module = "com.android.tools.smali:smali-dexlib2", version.ref = "smaliDexlib2" } |