Skip to content

Commit 1ed207c

Browse files
authored
Merge pull request #101 from wordpress-mobile/update-event-bus-2
Update events but to v3.3.1 which is migrated to AndroidX
2 parents 2908caa + b2dc3e0 commit 1ed207c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressUtils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation 'com.google.android.material:material:1.2.1'
1919
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
2020
implementation 'androidx.recyclerview:recyclerview:1.0.0'
21-
implementation 'org.greenrobot:eventbus:3.0.0'
21+
implementation 'org.greenrobot:eventbus:3.3.1'
2222

2323
implementation "androidx.core:core-ktx:$kotlin_ktx_version"
2424
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$gradle.ext.kotlinVersion"

0 commit comments

Comments
 (0)