Skip to content

Commit

Permalink
Update EventBus to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrazianoCapelli committed Oct 29, 2023
1 parent a81c22e commit 7031000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ dependencies {

implementation 'com.github.bumptech.glide:glide:3.8.0'

implementation "org.greenrobot:eventbus:3.2.0"
annotationProcessor "org.greenrobot:eventbus-annotation-processor:3.2.0"
}
implementation "org.greenrobot:eventbus:3.3.1"
annotationProcessor "org.greenrobot:eventbus-annotation-processor:3.3.1"
}

0 comments on commit 7031000

Please sign in to comment.