同步 oneApp 的代码
This commit is contained in:
@@ -24,7 +24,7 @@ android {
|
||||
applicationId = "com.example.example"
|
||||
// You can update the following values to match your application needs.
|
||||
// For more information, see: https://flutter.dev/to/review-gradle-config.
|
||||
minSdk = flutter.minSdkVersion
|
||||
minSdk = 23
|
||||
targetSdk = flutter.targetSdkVersion
|
||||
versionCode = flutter.versionCode
|
||||
versionName = flutter.versionName
|
||||
@@ -44,7 +44,7 @@ android {
|
||||
includeInApk = includeInApk
|
||||
includeInBundle = includeInBundle
|
||||
}
|
||||
ndkVersion = ndkVersion
|
||||
ndkVersion = "27.0.12077973"
|
||||
}
|
||||
|
||||
flutter {
|
||||
|
||||
Reference in New Issue
Block a user