Skip to content

Commit 8c04465

Browse files
build: update example android sdk to 34
1 parent 27c67ad commit 8c04465

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

example/android/app/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
2424

2525
android {
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 {
6363
flutter {
6464
source '../..'
6565
}
66-
67-
dependencies {
68-
}

0 commit comments

Comments
 (0)