[6.7.0][地图sdk] 升级地图sdk版本,并修复编译错误
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<!--android:keyHeight="122dp"
|
||||
android:keyWidth="237dp"-->
|
||||
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:keyboard="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:keyHeight="122dp"
|
||||
android:keyWidth="239dp"
|
||||
android:horizontalGap="1dp"
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
<Key
|
||||
android:codes="-4"
|
||||
keyboard:keyBackground="@drawable/keyboard_blue"
|
||||
app:keyBackground="@drawable/keyboard_blue"
|
||||
android:keyHeight="368dp"
|
||||
android:keyLabel="确定"/>
|
||||
</Row>
|
||||
|
||||
@@ -61,8 +61,7 @@ dependencies {
|
||||
exclude group: 'com.zhidaoauto.machine', module: 'map'
|
||||
}
|
||||
|
||||
// implementation rootProject.ext.dependencies.mogocustommap
|
||||
implementation project(':libraries:mapmodule')
|
||||
implementation rootProject.ext.dependencies.mogocustommap
|
||||
implementation rootProject.ext.dependencies.amapnavi3dmap
|
||||
|
||||
implementation rootProject.ext.dependencies.androidxroomruntime
|
||||
|
||||
Reference in New Issue
Block a user