File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2424android {
2525 namespace ' com.browserstack.fluttersystemproxy.flutter_system_proxy'
26- compileSdkVersion 30
26+ compileSdkVersion 35
2727
2828 defaultConfig {
2929 minSdkVersion 16
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments