Skip to content

Commit

Permalink
Merge pull request #424 from anandwana001/flipper-version-update
Browse files Browse the repository at this point in the history
Fix #403: flipper to 0.82.1 version update
  • Loading branch information
takahirom authored May 3, 2021
2 parents 399b5fc + ac13ac5 commit 33960c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions buildSrc/src/main/java/Dep.kt
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,7 @@ object Dep {
}

object Flipper {
// TODO We use Flipper 0.76.0 for now because app crashes with 0.77.0 and 0.78.0.
// We can upgrade it to newer version once following issue is resolved.
// https://github.com/facebook/flipper/issues/1968
const val flipper = "com.facebook.flipper:flipper:0.76.0"
const val flipper = "com.facebook.flipper:flipper:0.82.1"
const val networkPlugin = "com.facebook.flipper:flipper-network-plugin:0.76.0"
const val soLoader = "com.facebook.soloader:soloader:0.10.1"
}
Expand Down

0 comments on commit 33960c6

Please sign in to comment.