Skip to content

Commit 50a05a3

Browse files
authored
Update build.gradle
1 parent d37a902 commit 50a05a3

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 = flutter.compileSdkVersion
28+
compileSdk = 35
2929
ndkVersion = flutter.ndkVersion
3030

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

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

0 commit comments

Comments
 (0)