更新mumu-pytest测试框架,修复build.gradle.kts依赖问题
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
agp = "8.6.0"
|
||||
gradle = "7.0.4"
|
||||
agp = "8.13.2"
|
||||
gradle = "8.13.2"
|
||||
gson = "2.10.1"
|
||||
kjwtJwks = "0.9.0"
|
||||
kotlin = "1.9.0"
|
||||
@@ -8,7 +8,7 @@ coreKtx = "1.10.1"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.1.5"
|
||||
espressoCore = "3.5.1"
|
||||
kotlinGradlePlugin = "1.6.10"
|
||||
kotlinGradlePlugin = "1.6.21"
|
||||
kotlinxCoroutinesAndroid = "1.7.1"
|
||||
kotlinxCoroutinesCore = "1.7.1"
|
||||
lifecycleRuntimeKtx = "2.6.1"
|
||||
@@ -21,6 +21,7 @@ material = "1.12.0"
|
||||
moshiKotlin = "1.12.0"
|
||||
nimbusJoseJwt = "9.40"
|
||||
okhttp = "4.12.0"
|
||||
permissionx = "1.7.1"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -50,6 +51,7 @@ material = { group = "com.google.android.material", name = "material", version.r
|
||||
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshiKotlin" }
|
||||
nimbus-jose-jwt = { module = "com.nimbusds:nimbus-jose-jwt", version.ref = "nimbusJoseJwt" }
|
||||
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||||
permissionx = { group = "com.permissionx.guolindev", name = "permissionx", version.ref = "permissionx" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
||||
Reference in New Issue
Block a user