|
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
|
|
|
|
|
|
android {
|
|
android {
|
|
namespace "io.github.jianboy.flutter.flutter_paydemo"
|
|
namespace "io.github.jianboy.flutter.flutter_paydemo"
|
|
- compileSdkVersion flutter.compileSdkVersion
|
|
|
|
|
|
+ compileSdkVersion 34
|
|
ndkVersion flutter.ndkVersion
|
|
ndkVersion flutter.ndkVersion
|
|
|
|
|
|
compileOptions {
|
|
compileOptions {
|
|
@@ -38,7 +38,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://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
|
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
|
minSdkVersion flutter.minSdkVersion
|
|
minSdkVersion flutter.minSdkVersion
|
|
- targetSdkVersion flutter.targetSdkVersion
|
|
|
|
|
|
+ targetSdkVersion 34
|
|
versionCode flutterVersionCode.toInteger()
|
|
versionCode flutterVersionCode.toInteger()
|
|
versionName flutterVersionName
|
|
versionName flutterVersionName
|
|
}
|
|
}
|