Skip to content

Commit 669a80e

Browse files
committed
Update Realm gradle plugin and Flipper dependencies.
1 parent d10e83b commit 669a80e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def markwon = "4.6.2"
1919
def moshi = "1.15.1"
2020
def lifecycle = "2.8.3"
2121
def flowBinding = "1.2.0"
22-
def flipper = "0.190.0"
22+
def flipper = "0.259.0"
2323
def epoxy = "5.0.0"
2424
def mavericks = "3.0.9"
2525
def glide = "4.16.0"

matrix-sdk-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818
}
1919
dependencies {
20-
classpath "io.realm:realm-gradle-plugin:10.16.0"
20+
classpath "io.realm:realm-gradle-plugin:10.18.0"
2121
}
2222
}
2323

vector-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ dependencies {
399399
exclude group: 'com.facebook.fbjni', module: 'fbjni'
400400
}
401401
debugImplementation 'com.facebook.soloader:soloader:0.10.5'
402-
debugImplementation "com.kgurgul.flipper:flipper-realm-android:2.2.0"
402+
debugImplementation "com.kgurgul.flipper:flipper-realm-android:2.3.0"
403403

404404
gplayImplementation "com.google.android.gms:play-services-location:21.3.0"
405405
// UnifiedPush gplay flavor only

0 commit comments

Comments
 (0)