|
@@ -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"
|
|
|
|
-
|
|
|
|
}
|
|
}
|