Browse Source

fix error

lyq.me@qq.com 2 years ago
parent
commit
ddc74dff90
2 changed files with 1 additions and 5 deletions
  1. 1 5
      app/build.gradle
  2. BIN
      app/libs/android-support-v4.jar

+ 1 - 5
app/build.gradle

@@ -4,7 +4,7 @@ android {
     compileSdkVersion 33
     compileSdkVersion 33
 
 
     defaultConfig {
     defaultConfig {
-        applicationId "me.yoqi.android.androidmvvm"
+        applicationId "com.baidu.baidulocationdemo"
         minSdkVersion 16
         minSdkVersion 16
         targetSdkVersion 33
         targetSdkVersion 33
         versionCode 10001
         versionCode 10001
@@ -30,8 +30,4 @@ dependencies {
     testImplementation 'junit:junit:4.13.2'
     testImplementation 'junit:junit:4.13.2'
     androidTestImplementation 'androidx.test.ext:junit:1.1.3'
     androidTestImplementation 'androidx.test.ext:junit:1.1.3'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
     androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
-
-    implementation "androidx.room:room-runtime:2.2.0-rc01"
-    implementation "androidx.room:room-rxjava2:2.2.0-rc01"
-
 }
 }

BIN
app/libs/android-support-v4.jar