mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Update Realm gradle plugin and Flipper dependencies.
This commit is contained in:
parent
d10e83bb48
commit
669a80e8e4
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ def markwon = "4.6.2"
|
|||
def moshi = "1.15.1"
|
||||
def lifecycle = "2.8.3"
|
||||
def flowBinding = "1.2.0"
|
||||
def flipper = "0.190.0"
|
||||
def flipper = "0.259.0"
|
||||
def epoxy = "5.0.0"
|
||||
def mavericks = "3.0.9"
|
||||
def glide = "4.16.0"
|
||||
|
|
|
@ -17,7 +17,7 @@ buildscript {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath "io.realm:realm-gradle-plugin:10.16.0"
|
||||
classpath "io.realm:realm-gradle-plugin:10.18.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -399,7 +399,7 @@ dependencies {
|
|||
exclude group: 'com.facebook.fbjni', module: 'fbjni'
|
||||
}
|
||||
debugImplementation 'com.facebook.soloader:soloader:0.10.5'
|
||||
debugImplementation "com.kgurgul.flipper:flipper-realm-android:2.2.0"
|
||||
debugImplementation "com.kgurgul.flipper:flipper-realm-android:2.3.0"
|
||||
|
||||
gplayImplementation "com.google.android.gms:play-services-location:21.3.0"
|
||||
// UnifiedPush gplay flavor only
|
||||
|
|
Loading…
Reference in a new issue