File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
50
50
dependencies {
51
51
// the following aars are also compiled in host project, so they will be filterd when build plugin apk.
52
52
// but, wo can still visit their Class and Resources.
53
- compile ' com.android.support:appcompat-v7:22.2 .0'
53
+ compile ' com.android.support:appcompat-v7:23.4 .0'
54
54
compile ' com.didi.virtualapk:core:0.9.1'
55
55
}
56
56
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
classpath ' com.android.tools.build:gradle:3.0.0'
9
- classpath ' com.didi.virtualapk:gradle:0.9.6 -dev'
9
+ classpath ' com.didi.virtualapk:gradle:0.9.7 -dev'
10
10
}
11
11
}
12
12
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add a dependency in `build.gradle` in root of host project as following.
28
28
29
29
``` java
30
30
dependencies {
31
- classpath ' com.didi.virtualapk:gradle:0.9.6 -dev'
31
+ classpath ' com.didi.virtualapk:gradle:0.9.7 -dev'
32
32
}
33
33
```
34
34
@@ -85,7 +85,7 @@ Add a dependency in `build.gradle` in root of plugin project as following.
85
85
86
86
``` java
87
87
dependencies {
88
- classpath ' com.didi.virtualapk:gradle:0.9.6 -dev'
88
+ classpath ' com.didi.virtualapk:gradle:0.9.7 -dev'
89
89
}
90
90
```
91
91
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ dependencies {
48
48
compile fileTree(dir : ' libs' , include : [' *.jar' ])
49
49
testCompile ' junit:junit:4.12'
50
50
51
+ compile ' com.android.support:appcompat-v7:23.4.0'
51
52
compile ' com.didi.virtualapk:core:0.9.1'
52
53
53
54
// compile project (":CoreLibrary")
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
dependencies {
9
9
classpath ' com.android.tools.build:gradle:3.0.0'
10
- classpath ' com.didi.virtualapk:gradle:0.9.6 -dev'
10
+ classpath ' com.didi.virtualapk:gradle:0.9.7 -dev'
11
11
12
12
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
13
13
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1'
Original file line number Diff line number Diff line change 1
1
GROUP_ID =com.didi.virtualapk
2
2
ARTIFACT_ID =gradle
3
- VERSION =0.9.6 -dev
3
+ VERSION =0.9.7 -dev
You can’t perform that action at this time.
0 commit comments