File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply from: '../installv1.gradle'
21
21
apply from : ' ../bintrayv1.gradle'
22
22
23
23
dependencies {
24
- compile deps . android. gradlePlugin
24
+ compile ' com .android.tools.build:gradle:2.3.2 '
25
25
compile group : ' org.javassist' , name : ' javassist' , version : ' 3.23.1-GA'
26
26
// gradle sdk
27
27
compile gradleApi()
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ buildscript {
4
4
' minSdk' : 14 ,
5
5
' targetSdk' : 21 ,
6
6
' compileSdk' : 27 ,
7
- ' kotlin' : ' 1.2.51 ' ,
7
+ ' kotlin' : ' 1.2.30 ' ,
8
8
' supportLibrary' : ' 27.0.2' ,
9
- ' androidPlugin' : ' 3.2 .1' ,
10
- ' androidTools' : ' 28 .0.3' ,
9
+ ' androidPlugin' : ' 2.3 .1' ,
10
+ ' androidTools' : ' 27 .0.3' ,
11
11
]
12
12
13
13
ext. deps = [
@@ -52,7 +52,7 @@ buildscript {
52
52
53
53
publish : [
54
54
' jcenter' : ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2' ,
55
- ' maven' : ' com.github.dcendents:android-maven-gradle-plugin:2.1 ' ,
55
+ ' maven' : ' com.github.dcendents:android-maven-gradle-plugin:1.5 ' ,
56
56
],
57
57
58
58
jimu : [
Original file line number Diff line number Diff line change @@ -47,23 +47,23 @@ android {
47
47
}
48
48
49
49
dependencies {
50
- implementation fileTree(include : [' *.jar' ], dir : ' libs' )
51
- androidTestImplementation (' com.android.support.test.espresso:espresso-core:2.2.2' , {
50
+ compile fileTree(include : [' *.jar' ], dir : ' libs' )
51
+ androidTestCompile (' com.android.support.test.espresso:espresso-core:2.2.2' , {
52
52
exclude group : ' com.android.support' , module : ' support-annotations'
53
53
})
54
- testImplementation deps. junit
55
- implementation deps. support. v7. appcompat
54
+ testCompile deps. junit
55
+ compile deps. support. v7. appcompat
56
56
57
- // implementation project(':router-annotation')
58
- implementation deps. jimu. router_anno
59
- implementation deps. gson
57
+ // compile project(':router-annotation')
58
+ compile deps. jimu. router_anno
59
+ compile deps. gson
60
60
61
- implementation deps. report. anno
61
+ compile deps. report. anno
62
62
annotationProcessor deps. report. compiler
63
63
64
64
65
- implementation ' org.apache.commons:commons-lang3:3.4'
66
- implementation ' org.apache.commons:commons-collections4:4.1'
65
+ compile ' org.apache.commons:commons-lang3:3.4'
66
+ compile ' org.apache.commons:commons-collections4:4.1'
67
67
}
68
68
69
69
You can’t perform that action at this time.
0 commit comments