diff --git a/README.md b/README.md index 12ec61d..f7a7e7d 100644 --- a/README.md +++ b/README.md @@ -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' @@ -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' diff --git a/docs/README.md b/docs/README.md index fda7184..47052ca 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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' @@ -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'