File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ It enables to see the **big internal picture** of your running app in a side too
22
22
23
23
You can get the Android plugin with the Gradle dependency from Jitpack :
24
24
25
- - [ https://jitpack.io/#afaucogney/flipper-backstack ] ( )
26
25
- [ ![ ] ( https://jitpack.io/v/afaucogney/flipper-backstack.svg )] ( https://jitpack.io/#afaucogney/flipper-backstack )
27
26
28
27
Current version is ` 5.0.2 `
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
47
47
implementation " androidx.navigation:navigation-ui-ktx:2.3.5"
48
48
49
49
// Flipper
50
- implementation " com.facebook.flipper:flipper:0.104 .0"
50
+ implementation " com.facebook.flipper:flipper:0.116 .0"
51
51
implementation " com.facebook.soloader:soloader:0.10.1"
52
52
53
53
// Flipper plugin
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ dependencies {
26
26
implementation " org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion "
27
27
28
28
// Flipper
29
- implementation " com.facebook.flipper:flipper:0.104.0"
30
- implementation " com.facebook.soloader:soloader:0.10.1"
29
+ compileOnly " com.facebook.flipper:flipper:0.116.0"
31
30
32
31
// Android
33
32
implementation " androidx.core:core-ktx:1.6.0"
You can’t perform that action at this time.
0 commit comments