|
|
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
|
|
|
|
|
|
android {
|
|
|
namespace "com.example.web_package"
|
|
|
- compileSdkVersion 33
|
|
|
+ compileSdkVersion 34
|
|
|
// ndkVersion flutter.ndkVersion
|
|
|
|
|
|
compileOptions {
|
|
|
@@ -46,7 +46,7 @@ android {
|
|
|
// 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.
|
|
|
minSdkVersion flutter.minSdkVersion
|
|
|
- targetSdkVersion 33
|
|
|
+ targetSdkVersion 34
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
versionName flutterVersionName
|
|
|
}
|