变更依赖

This commit is contained in:
2024-09-22 20:02:58 +08:00
parent b3c329e193
commit 2b79ff319f
3 changed files with 24 additions and 33 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.aiosman.riderpro"
minSdk = 24
targetSdk = 34
versionCode = 100003
versionName = "1.0.000.3"
versionCode = 1000011
versionName = "1.0.000.11"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
@@ -91,7 +91,6 @@ dependencies {
androidTestImplementation(libs.androidx.ui.test.junit4)
debugImplementation(libs.androidx.ui.tooling)
debugImplementation(libs.androidx.ui.test.manifest)
implementation(libs.places)
implementation(libs.androidx.animation)
implementation("io.coil-kt:coil-compose:2.7.0")
implementation("io.coil-kt:coil:2.7.0")
@@ -110,6 +109,6 @@ dependencies {
implementation("com.google.firebase:firebase-analytics")
implementation("com.google.firebase:firebase-perf")
implementation("com.google.firebase:firebase-messaging-ktx")
implementation ("cn.jiguang.sdk:jpush:5.4.0") // 必选此处以JPush 5.4.0 版本为例注意5.0.0 版本
implementation ("cn.jiguang.sdk:jpush-google:5.4.0")
}