release: 1.0.13
This commit is contained in:
@ -26,7 +26,8 @@ if (flutterVersionName == null) {
|
||||
|
||||
|
||||
android {
|
||||
compileSdkVersion 34
|
||||
namespace = "com.amap.flutter.amap_map_example"
|
||||
compileSdkVersion 35
|
||||
|
||||
lint {
|
||||
disable 'InvalidPackage'
|
||||
@ -36,7 +37,7 @@ android {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.amap.flutter.amap_map_example"
|
||||
minSdkVersion flutter.minSdkVersion
|
||||
targetSdkVersion 33
|
||||
targetSdkVersion flutter.targetSdkVersion
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
}
|
||||
@ -69,7 +70,7 @@ android {
|
||||
jniLibs.srcDirs = ['libs']
|
||||
}
|
||||
}
|
||||
ndkVersion '25.1.8937393'
|
||||
ndkVersion '27.0.12077973'
|
||||
}
|
||||
dependencies {
|
||||
}
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
<application
|
||||
android:allowNativeHeapPointerTagging="false"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="amap_map_example">
|
||||
|
Reference in New Issue
Block a user