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) {
24
24
25
25
android {
26
26
namespace " dev.danvickmiler.formbuilderextrafields.example"
27
- compileSdkVersion 33
27
+ compileSdkVersion 34
28
28
ndkVersion flutter. ndkVersion
29
29
30
30
compileOptions {
@@ -46,7 +46,7 @@ android {
46
46
// You can update the following values to match your application needs.
47
47
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
48
48
minSdkVersion flutter. minSdkVersion
49
- targetSdkVersion 33
49
+ targetSdkVersion 34
50
50
versionCode flutterVersionCode. toInteger()
51
51
versionName flutterVersionName
52
52
}
@@ -63,6 +63,3 @@ android {
63
63
flutter {
64
64
source ' ../..'
65
65
}
66
-
67
- dependencies {
68
- }
You can’t perform that action at this time.
0 commit comments