Flipper 0.23.7

pull/848/head
Alex Baker 5 years ago
parent 9dcc464a33
commit f66d6be745

@ -11,6 +11,9 @@ plugins {
repositories {
jcenter()
google()
// TODO: Remove once this is on official JCenter.
maven(url = "https://dl.bintray.com/facebook/maven/")
}
android {
@ -145,7 +148,7 @@ dependencies {
annotationProcessor("com.jakewharton:butterknife-compiler:${Versions.butterknife}")
implementation("com.jakewharton:butterknife:${Versions.butterknife}")
debugImplementation("com.facebook.flipper:flipper:0.23.4")
debugImplementation("com.facebook.flipper:flipper:0.23.7")
debugImplementation("com.facebook.soloader:soloader:0.6.1")
debugImplementation("com.squareup.leakcanary:leakcanary-android:${Versions.leakcanary}")

Loading…
Cancel
Save