File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:4.1 .0'
11
+ classpath ' com.android.tools.build:gradle:8.6 .0'
12
12
}
13
13
}
14
14
@@ -23,7 +23,7 @@ apply plugin: 'com.android.library'
23
23
24
24
android {
25
25
namespace ' com.browserstack.fluttersystemproxy.flutter_system_proxy'
26
- compileSdkVersion 30
26
+ compileSdkVersion 35
27
27
28
28
defaultConfig {
29
29
minSdkVersion 16
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:4.1 .0'
8
+ classpath ' com.android.tools.build:gradle:8.6 .0'
9
9
}
10
10
}
11
11
@@ -22,6 +22,6 @@ subprojects {
22
22
project. evaluationDependsOn(' :app' )
23
23
}
24
24
25
- task clean ( type : Delete ) {
25
+ tasks . register( " clean " , Delete ) {
26
26
delete rootProject. buildDir
27
27
}
You can’t perform that action at this time.
0 commit comments