release: 1.0.13

This commit is contained in:
kuloud
2025-03-12 00:01:15 +08:00
parent d08a83557d
commit c66b8e1ebd
9 changed files with 50 additions and 37 deletions

View File

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

View File

@ -19,6 +19,7 @@
<application
android:allowNativeHeapPointerTagging="false"
android:enableOnBackInvokedCallback="true"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:label="amap_map_example">