Skip to content

Commit b902914

Browse files
committed
chore: set Android compile SDK to Flutter default value
1 parent ce9ae15 commit b902914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def _keyPassword = System.getenv("KEY_PASSWORD") ?: keystoreProperties["keyPassw
1919

2020
android {
2121
namespace = "com.example.c001apk.flutter"
22-
compileSdk = 35
22+
compileSdk = flutter.compileSdkVersion
2323
ndkVersion = flutter.ndkVersion
2424

2525
compileOptions {

0 commit comments

Comments
 (0)