Skip to content

Commit

Permalink
clean up redundant files
Browse files Browse the repository at this point in the history
  • Loading branch information
cczhr committed Apr 16, 2021
1 parent 872f3d0 commit 461e860
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 72 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ android {
}

dependencies {
implementation(name:'BaiduLBS_AndroidSDK_Lib', ext:'aar')
implementation 'com.google.android.material:material:1.3.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.2'
Expand Down
5 changes: 2 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
<meta-data android:name="com.amap.api.v2.apikey" android:value="23185808a860d03642cabce72547a117"/>
<service android:name="com.amap.api.location.APSService" />

<meta-data android:name="com.baidu.lbsapi.API_KEY" android:value="06WDfpIkPIgEZyLHkoymQdVhbwnuGnhN"/>
<service android:name="com.baidu.location.f" android:enabled="true" android:process=":remote"/>


<activity android:name="com.amap.api.maps.offlinemap.OfflineMapActivity"
android:screenOrientation="portrait" />
Expand All @@ -57,7 +56,7 @@
</intent-filter>
</activity>
<activity android:name=".MapActivity" android:screenOrientation="portrait" />
<activity android:name=".BaiduMapActivity" android:screenOrientation="portrait" />

</application>

</manifest>
68 changes: 0 additions & 68 deletions app/src/main/java/com/cczhr/otglocation/BaiduMapActivity.kt

This file was deleted.

0 comments on commit 461e860

Please sign in to comment.