Skip to content

Commit 0a51327

Browse files
committed
Update compileSdk version between 34 and 35
2 parents 77de4a2 + 50a05a3 commit 0a51327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

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

2626
android {
2727
namespace = "com.example.recipe_ai"
28-
compileSdk = 34
28+
compileSdk = flutter.compileSdkVersion
2929
ndkVersion = flutter.ndkVersion
3030

3131
compileOptions {
@@ -55,4 +55,4 @@ android {
5555

5656
flutter {
5757
source = "../.."
58-
}
58+
}

0 commit comments

Comments
 (0)