Raise Android SDK requirements
This commit is contained in:
@@ -795,7 +795,7 @@ fun computeApplicationId(): String {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "io.openim.flutter.openim"
|
namespace = "io.openim.flutter.openim"
|
||||||
compileSdk = flutter.compileSdkVersion
|
compileSdk = 36
|
||||||
ndkVersion = "27.0.12077973" // 使用已存在的NDK版本,避免下载问题
|
ndkVersion = "27.0.12077973" // 使用已存在的NDK版本,避免下载问题
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
@@ -948,7 +948,7 @@ android {
|
|||||||
|
|
||||||
// You can update the following values to match your application needs.
|
// You can update the following values to match your application needs.
|
||||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||||
minSdk = flutter.minSdkVersion
|
minSdk = 23
|
||||||
targetSdk = flutter.targetSdkVersion
|
targetSdk = flutter.targetSdkVersion
|
||||||
versionCode = flutter.versionCode
|
versionCode = flutter.versionCode
|
||||||
versionName = flutter.versionName
|
versionName = flutter.versionName
|
||||||
|
|||||||
Reference in New Issue
Block a user