Skip to content

Commit

Permalink
Upgrade to flipper 0.191
Browse files Browse the repository at this point in the history
  • Loading branch information
theGlenn committed May 31, 2023
1 parent 28defef commit 3b459c1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
dependencies {
//The important part
def flipper_version = '0.190.0'
def flipper_version = '0.191.1'
debugImplementation "com.facebook.flipper:flipper:$flipper_version"
debugImplementation "com.facebook.flipper:flipper-network-plugin:$flipper_version"
debugImplementation "com.facebook.flipper:flipper-leakcanary2-plugin:$flipper_version"
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

def flipper_version = '0.190.0'
def flipper_version = '0.191.1'

debugImplementation "com.facebook.flipper:flipper:$flipper_version"
debugImplementation "com.facebook.flipper:flipper-network-plugin:$flipper_version"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.justglenn.android.fbflippernoop.sample

import android.app.Application
import com.facebook.flipper.BuildConfig
import com.facebook.flipper.android.AndroidFlipperClient
import com.facebook.flipper.android.utils.FlipperUtils
import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin
Expand Down
3 changes: 1 addition & 2 deletions flipperandroidnoop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ android {
}

dependencies {
def flipper_version = '0.190.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.6.1'

Expand All @@ -51,7 +50,7 @@ dependencies {

implementation 'com.squareup.okhttp3:logging-interceptor:4.4.1'

api 'com.facebook.flipper:flipper-noop:' + flipper_version
api 'com.facebook.flipper:flipper-noop:0.191.1'

def sqlite_version = "2.3.1"
implementation "androidx.sqlite:sqlite-ktx:$sqlite_version"
Expand Down

0 comments on commit 3b459c1

Please sign in to comment.