File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# GradleAspectJ-Android
2
- [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-AspectJ%20Gradle-brightgreen.svg?style=flat )] ( http://android-arsenal.com/details/1/4578 ) ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg ) [ ![ ] ( https://jitpack.io/v/Archinamon/GradleAspectJ-Android.svg )] ( https://jitpack.io/#Archinamon/GradleAspectJ-Android )
2
+ [ ![ Kotlin ] ( https://img.shields.io/badge/Kotlin-1.1.1-blue.svg )] ( http://kotlinlang.org ) [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-AspectJ%20Gradle-brightgreen.svg?style=flat )] ( http://android-arsenal.com/details/1/4578 ) ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg ) [ ![ ] ( https://jitpack.io/v/Archinamon/GradleAspectJ-Android.svg )] ( https://jitpack.io/#Archinamon/GradleAspectJ-Android ) [ ![ GitHub license ] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
3
3
4
4
A Gradle plugin which enables AspectJ for Android builds.
5
5
Supports writing code with AspectJ-lang in ` .aj ` files and in java-annotation style.
@@ -48,7 +48,7 @@ Don't forget to add `mavenCentral()` due to some dependencies inside AspectJ-gra
48
48
49
49
Add the plugin to your ` buildscript ` 's ` dependencies ` section:
50
50
``` groovy
51
- classpath 'com.github.Archinamon:GradleAspectJ-Android:2.4.3 '
51
+ classpath 'com.github.Archinamon:GradleAspectJ-Android:3.0.0 '
52
52
```
53
53
54
54
Apply the ` aspectj ` plugin:
You can’t perform that action at this time.
0 commit comments