Skip to content

Commit

Permalink
发布2.3.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Mar 8, 2020
1 parent e894ac5 commit 6381ded
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ allprojects {
dependencies {
...
//XPage
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.2.9'
annotationProcessor 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.9'
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.3.0'
annotationProcessor 'com.github.xuexiangjys.XPage:xpage-compiler:2.3.0'
//ButterKnife的sdk
implementation 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
Expand All @@ -85,8 +85,8 @@ apply plugin: 'kotlin-kapt'
dependencies {
...
//XPage
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.2.9'
kapt 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.9'
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.3.0'
kapt 'com.github.xuexiangjys.XPage:xpage-compiler:2.3.0'
//ButterKnife的sdk
implementation 'com.jakewharton:butterknife:8.4.0'
kapt 'com.jakewharton:butterknife-compiler:8.4.0'
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ allprojects {
dependencies {
...
//XPage
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.2.9'
annotationProcessor 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.9'
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.3.0'
annotationProcessor 'com.github.xuexiangjys.XPage:xpage-compiler:2.3.0'
//ButterKnife的sdk
implementation 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
Expand All @@ -58,8 +58,8 @@ apply plugin: 'kotlin-kapt'
dependencies {
...
//XPage
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.2.9'
kapt 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.9'
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.3.0'
kapt 'com.github.xuexiangjys.XPage:xpage-compiler:2.3.0'
//ButterKnife的sdk
implementation 'com.jakewharton:butterknife:8.4.0'
kapt 'com.jakewharton:butterknife-compiler:8.4.0'
Expand Down

0 comments on commit 6381ded

Please sign in to comment.