File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/cn/cheney/xrouter/plugin Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
}
11
11
dependencies {
12
12
classpath " io.github.wangshuwen1107:xrouter-plugin:$pluginVersion "
13
- classpath ' com.android.tools.build:gradle:3.3.2 '
13
+ classpath ' com.android.tools.build:gradle:4.1.3 '
14
14
}
15
15
}
16
16
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ android.useAndroidX=true
19
19
android.enableJetifier =true
20
20
21
21
debug = true
22
- pluginVersion = 1.0.6
22
+ pluginVersion = 1.0.7
23
23
annotationVersion = 1.0.8
24
24
compilerVersion = 1.0.8
25
25
coreVersion = 1.0.8
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
dependencies {
7
7
implementation gradleApi()
8
8
implementation localGroovy()
9
- implementation ' com.android.tools.build:gradle:3.3.2 '
9
+ implementation ' com.android.tools.build:gradle:4.1.3 '
10
10
implementation ' org.jetbrains:annotations:15.0'
11
11
implementation " io.github.wangshuwen1107:xrouter-annotation:$annotationVersion "
12
12
}
Original file line number Diff line number Diff line change 9
9
import com .android .build .api .transform .TransformInput ;
10
10
import com .android .build .api .transform .TransformInvocation ;
11
11
import com .android .build .gradle .internal .pipeline .TransformManager ;
12
- import com .android .tools .r8 .com .google .common .collect .ImmutableSet ;
13
12
14
13
import org .apache .commons .io .FileUtils ;
14
+ import org .gradle .internal .impldep .com .google .common .collect .ImmutableSet ;
15
15
16
16
import java .io .File ;
17
17
import java .io .IOException ;
You can’t perform that action at this time.
0 commit comments