Skip to content

Commit 5867e91

Browse files
committed
Updated version.
1 parent 7d11f3b commit 5867e91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CoreLibrary/upload.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def gitUrl = 'https://github.com/didi/VirtualAPK' // Git仓库的url
1111
group = GROUP_ID
1212
archivesBaseName = 'core'
1313

14-
version = "0.9.6"
14+
version = "0.9.7-dev"
1515

1616

1717
install {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <img src="imgs/va-logo.png" width="200px" align="center" alt="VirtualAPK"/>
22
[![license](http://img.shields.io/badge/license-Apache2.0-brightgreen.svg?style=flat)](https://github.com/didi/VirtualAPK/blob/master/LICENSE)
3-
[![Release Version](https://img.shields.io/badge/release-0.9.6-red.svg)](https://github.com/didi/VirtualAPK/releases)
3+
[![Release Version](https://img.shields.io/badge/release-0.9.7-dev-red.svg)](https://github.com/didi/VirtualAPK/releases)
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/didi/VirtualAPK/pulls)
55

66
VirtualAPK is a powerful yet lightweight plugin framework for Android. It can dynamically load and run an APK file (we call it `LoadedPlugin`) seamlessly as an installed application. Developers can use any Class, Resources, Activity, Service, Receiver and Provider in `LoadedPlugin` as if they are registered in app's manifest file.
@@ -41,7 +41,7 @@ apply plugin: 'com.didi.virtualapk.host'
4141
Compile VirtualAPK in application module of `build.gradle`.
4242

4343
``` java
44-
compile 'com.didi.virtualapk:core:0.9.6'
44+
compile 'com.didi.virtualapk:core:0.9.7-dev'
4545
```
4646

4747
Initialize `PluginManager` in `YourApplication::attachBaseContext()`.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
testImplementation 'junit:junit:4.12'
5050

5151
implementation 'com.android.support:appcompat-v7:23.4.0'
52-
implementation 'com.didi.virtualapk:core:0.9.6'
52+
implementation 'com.didi.virtualapk:core:0.9.7-dev'
5353
// implementation project (':CoreLibrary')
5454

5555
}

0 commit comments

Comments
 (0)