|
@@ -45,8 +45,8 @@ android {
|
|
|
|
|
|
}
|
|
|
compileOptions {
|
|
|
- sourceCompatibility JavaVersion.VERSION_1_8
|
|
|
- targetCompatibility JavaVersion.VERSION_1_8
|
|
|
+ sourceCompatibility JavaVersion.VERSION_21
|
|
|
+ targetCompatibility JavaVersion.VERSION_21
|
|
|
}
|
|
|
kotlinOptions {
|
|
|
jvmTarget = '1.8'
|
|
@@ -55,6 +55,8 @@ android {
|
|
|
|
|
|
dependencies {
|
|
|
|
|
|
+ implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
+
|
|
|
implementation 'com.android.tools:r8:8.3.37'
|
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.13.1'
|
|
@@ -103,4 +105,7 @@ dependencies {
|
|
|
|
|
|
//图片选择框架
|
|
|
implementation 'io.github.leavesczy:matisse:2.1.0'
|
|
|
+
|
|
|
+ //地图API
|
|
|
+
|
|
|
}
|