Skip to content

Commit

Permalink
build(deps): change Android SDK version from 2.3.12-fresco-v2.5.0 to …
Browse files Browse the repository at this point in the history
…2.3.13-fresco-v2.5.0
  • Loading branch information
ALexanderLonsky committed Oct 31, 2023
1 parent 7c969ba commit d48400b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.giphy.sdk:ui:2.3.12-fresco-v2.5.0'
implementation 'com.giphy.sdk:ui:2.3.13-fresco-v2.5.0'
}

if (isNewArchitectureEnabled()) {
Expand Down
3 changes: 0 additions & 3 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ dependencies {
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")

// Fixes https://github.com/facebook/fresco/issues/2714
api("com.facebook.fresco:nativeimagetranscoder:2.6.0!!")

debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
Expand Down

0 comments on commit d48400b

Please sign in to comment.