Skip to content

Commit b1d1ea7

Browse files
committed
Updated gradle plugin version to 0.9.7-dev.
1 parent 508c81e commit b1d1ea7

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

PluginDemo/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
dependencies {
5151
// the following aars are also compiled in host project, so they will be filterd when build plugin apk.
5252
// 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'
5454
compile 'com.didi.virtualapk:core:0.9.1'
5555
}
5656

PluginDemo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77
dependencies {
88
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'
1010
}
1111
}
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add a dependency in `build.gradle` in root of host project as following.
2828

2929
``` java
3030
dependencies {
31-
classpath 'com.didi.virtualapk:gradle:0.9.6-dev'
31+
classpath 'com.didi.virtualapk:gradle:0.9.7-dev'
3232
}
3333
```
3434

@@ -85,7 +85,7 @@ Add a dependency in `build.gradle` in root of plugin project as following.
8585

8686
``` java
8787
dependencies {
88-
classpath 'com.didi.virtualapk:gradle:0.9.6-dev'
88+
classpath 'com.didi.virtualapk:gradle:0.9.7-dev'
8989
}
9090
```
9191

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dependencies {
4848
compile fileTree(dir: 'libs', include: ['*.jar'])
4949
testCompile 'junit:junit:4.12'
5050

51+
compile 'com.android.support:appcompat-v7:23.4.0'
5152
compile 'com.didi.virtualapk:core:0.9.1'
5253

5354
//compile project (":CoreLibrary")

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
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'
1111

1212
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
1313
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
GROUP_ID=com.didi.virtualapk
22
ARTIFACT_ID=gradle
3-
VERSION=0.9.6-dev
3+
VERSION=0.9.7-dev

0 commit comments

Comments
 (0)