变更依赖
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user