Skip to content

Commit 451673d

Browse files
committed
Update Android Gradle plugin to version 8.1.0 and set compileSdkVersion to 35
1 parent 3684322 commit 451673d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (keystorePropertiesFile.exists()) {
2929

3030
android {
3131
namespace "vdrs.sappu.lafk.learn"
32-
compileSdkVersion flutter.compileSdkVersion
32+
compileSdkVersion 35
3333
ndkVersion flutter.ndkVersion
3434

3535
compileOptions {

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9+
classpath 'com.android.tools.build:gradle:8.1.0'
910
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1011
}
1112
}

0 commit comments

Comments
 (0)