Skip to content

Commit 668db45

Browse files
committed
更新说明文档
1 parent e5e29ea commit 668db45

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ aspectjx {
163163
164164
```
165165

166-
详细使用可参见kotlin-test项目进行使用.
166+
详细使用可参见[kotlin-test](https://github.com/xuexiangjys/XAOP/blob/master/kotlin-test/build.gradle)项目进行使用.
167167

168168
## 3、切片的使用
169169

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ android {
4545
dependencies {
4646
implementation fileTree(include: ['*.jar'], dir: 'libs')
4747
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'
5050

5151
implementation 'com.github.xuexiangjys.XUtil:xutil-core:1.1.8'
5252
implementation deps.gson

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ buildscript {
2828
classpath 'org.aspectj:aspectjtools:1.8.9'
2929
classpath 'org.gradle.api.plugins:gradle-nexus-plugin:0.7'
3030

31-
classpath 'com.github.xuexiangjys.XAOP:xaop-plugin:1.0.5'
31+
classpath 'com.github.xuexiangjys.XAOP:xaop-plugin:1.1.0'
3232
// NOTE: Do not place your application dependencies here; they belong
3333
// in the individual module build.gradle files
3434
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ aspectjx {
142142
143143
```
144144

145-
详细使用可参见kotlin-test项目进行使用.
145+
详细使用可参见[kotlin-test](https://github.com/xuexiangjys/XAOP/blob/master/kotlin-test/build.gradle)项目进行使用.
146146

147147
## 联系方式
148148

kotlin-test/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ dependencies {
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5959
implementation deps.androidx.appcompat
6060

61-
implementation project(':xaop-runtime')
61+
// implementation project(':xaop-runtime')
62+
implementation 'com.github.xuexiangjys.XAOP:xaop-runtime:1.1.0'
6263
implementation 'com.github.xuexiangjys.XUtil:xutil-core:1.1.8'
6364

6465
}

0 commit comments

Comments
 (0)