File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if (flutterVersionName == null) {
2424
2525android {
2626 namespace " dev.danvickmiler.formbuilderextrafields.example"
27- compileSdkVersion 33
27+ compileSdkVersion 34
2828 ndkVersion flutter. ndkVersion
2929
3030 compileOptions {
@@ -46,7 +46,7 @@ android {
4646 // You can update the following values to match your application needs.
4747 // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
4848 minSdkVersion flutter. minSdkVersion
49- targetSdkVersion 33
49+ targetSdkVersion 34
5050 versionCode flutterVersionCode. toInteger()
5151 versionName flutterVersionName
5252 }
@@ -63,6 +63,3 @@ android {
6363flutter {
6464 source ' ../..'
6565}
66-
67- dependencies {
68- }
You can’t perform that action at this time.
0 commit comments