Skip to content

Commit

Permalink
升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
wkz committed Jun 15, 2024
1 parent 0826513 commit 7daff62
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## 依赖方式
```groovy
mvpbase:
api ('com.github.ximencx:xmvpbase:0.81')
api ('com.github.ximencx.xmvp:xmvpbase:0.83')
allprojects {
repositories {
Expand Down
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.0.0+'
annotationProcessor "com.google.dagger:dagger-compiler:2.14.1"
api 'com.google.dagger:dagger:2.14.1'
// api project(':xmvp')
api project(':xmvpbase')
api project(':xmvp')
}
2 changes: 1 addition & 1 deletion xmvp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.0.0+'
annotationProcessor "com.google.dagger:dagger-compiler:2.14.1"
api 'com.google.dagger:dagger:2.14.1'
api 'com.google.code.gson:gson:2.2.4'
Expand Down
2 changes: 1 addition & 1 deletion xmvpbase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.0.0+'
}

0 comments on commit 7daff62

Please sign in to comment.