File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ aspectjx {
163
163
164
164
```
165
165
166
- 详细使用可参见kotlin-test项目进行使用 .
166
+ 详细使用可参见 [ kotlin-test ] ( https://github.com/xuexiangjys/XAOP/blob/master/kotlin-test/build.gradle ) 项目进行使用 .
167
167
168
168
## 3、切片的使用
169
169
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ android {
45
45
dependencies {
46
46
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
47
47
implementation deps. androidx. appcompat
48
- implementation project(' :xaop-runtime' )
49
- // implementation 'com.github.xuexiangjys.XAOP:xaop-runtime:1.0.5 '
48
+ // implementation project(':xaop-runtime')
49
+ implementation ' com.github.xuexiangjys.XAOP:xaop-runtime:1.1.0 '
50
50
51
51
implementation ' com.github.xuexiangjys.XUtil:xutil-core:1.1.8'
52
52
implementation deps. gson
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ buildscript {
28
28
classpath ' org.aspectj:aspectjtools:1.8.9'
29
29
classpath ' org.gradle.api.plugins:gradle-nexus-plugin:0.7'
30
30
31
- classpath ' com.github.xuexiangjys.XAOP:xaop-plugin:1.0.5 '
31
+ classpath ' com.github.xuexiangjys.XAOP:xaop-plugin:1.1.0 '
32
32
// NOTE: Do not place your application dependencies here; they belong
33
33
// in the individual module build.gradle files
34
34
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ aspectjx {
142
142
143
143
```
144
144
145
- 详细使用可参见kotlin-test项目进行使用 .
145
+ 详细使用可参见 [ kotlin-test ] ( https://github.com/xuexiangjys/XAOP/blob/master/kotlin-test/build.gradle ) 项目进行使用 .
146
146
147
147
## 联系方式
148
148
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ dependencies {
58
58
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
59
59
implementation deps. androidx. appcompat
60
60
61
- implementation project(' :xaop-runtime' )
61
+ // implementation project(':xaop-runtime')
62
+ implementation ' com.github.xuexiangjys.XAOP:xaop-runtime:1.1.0'
62
63
implementation ' com.github.xuexiangjys.XUtil:xutil-core:1.1.8'
63
64
64
65
}
You can’t perform that action at this time.
0 commit comments