Skip to content

Commit 5c90325

Browse files
committed
🔨Upgraded dependency org.greenrobot:eventbus to 3.1.0 due to build issues (jCenter)
1 parent 5b7b125 commit 5c90325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎android/build.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repositories {
5151
dependencies {
5252
implementation fileTree(dir: 'libs', include: ['*.jar'])
5353
implementation 'com.facebook.react:react-native:+'
54-
implementation 'org.greenrobot:eventbus:3.+'
54+
implementation 'org.greenrobot:eventbus:3.1.0'
5555
def supportLibVersion = safeExtGet('supportLibVersion', safeExtGet('supportVersion', null))
5656
def androidXVersion = safeExtGet('androidXVersion', null)
5757
if (supportLibVersion && androidXVersion == null) {

0 commit comments

Comments
 (0)