diff --git a/README.md b/README.md index 25eacf0..09de6c2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It compiles aspects(if needed) and weave them all together in **FULL-PROJECT** s > Note: This plugin may change due to the modification of [transform-api](http://tools.android.com/tech-docs/new-build-system/transform-api). > So you may keep track of RoboAspectJ to make sure you're using the most recent version. -current version: **v0.8.9** +current version: **v0.8.10** Prerequisite ----- diff --git a/build.gradle b/build.gradle index 4b1a58f..e6bda02 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'maven-publish' group = 'com.meituan.gradle' -version = '0.8.9' +version = '0.8.10' description = 'A Gradle plugin to do AspectJ binary weaving in the way of Android class -> dex transform. It works as an augment for Android plugin' repositories {