Skip to content

Commit 9863b4d

Browse files
committed
update gradle plugin version & compile sdk version
1 parent 66d28cd commit 9863b4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.1.0'
11+
classpath 'com.android.tools.build:gradle:8.6.0'
1212
}
1313
}
1414

@@ -23,7 +23,7 @@ apply plugin: 'com.android.library'
2323

2424
android {
2525
namespace 'com.browserstack.fluttersystemproxy.flutter_system_proxy'
26-
compileSdkVersion 30
26+
compileSdkVersion 35
2727

2828
defaultConfig {
2929
minSdkVersion 16

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:4.1.0'
8+
classpath 'com.android.tools.build:gradle:8.6.0'
99
}
1010
}
1111

@@ -22,6 +22,6 @@ subprojects {
2222
project.evaluationDependsOn(':app')
2323
}
2424

25-
task clean(type: Delete) {
25+
tasks.register("clean", Delete) {
2626
delete rootProject.buildDir
2727
}

0 commit comments

Comments
 (0)