Skip to content

Commit

Permalink
发布2.2.9版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexiangjys committed Dec 17, 2019
1 parent 4cf9cd2 commit c66eef0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 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.8'
annotationProcessor 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.8'
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.2.9'
annotationProcessor 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.9'
//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.8'
kapt 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.8'
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.2.9'
kapt 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.9'
//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.8'
annotationProcessor 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.8'
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.2.9'
annotationProcessor 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.9'
//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.8'
kapt 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.8'
implementation 'com.github.xuexiangjys.XPage:xpage-lib:2.2.9'
kapt 'com.github.xuexiangjys.XPage:xpage-compiler:2.2.9'
//ButterKnife的sdk
implementation 'com.jakewharton:butterknife:8.4.0'
kapt 'com.jakewharton:butterknife-compiler:8.4.0'
Expand Down
2 changes: 0 additions & 2 deletions xpage-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion build_versions.target_sdk
versionCode 2
versionName "2.0"
}

lintOptions {
Expand Down

0 comments on commit c66eef0

Please sign in to comment.