Skip to content

Commit

Permalink
Bump AGP plugin for React Native fakewallet app to 8.7.3 (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlaver authored Jan 10, 2025
1 parent d6e47b7 commit 4c7e68f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fakewalletreact/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginManagement {
pluginManagement {
includeBuild("../node_modules/@react-native/gradle-plugin")
repositories {
google {
Expand All @@ -12,9 +12,9 @@ pluginManagement {
gradlePluginPortal()
}
}
plugins {
id "com.android.library" version "8.7.2" apply false
id("com.facebook.react.settings")
plugins {
id "com.android.library" version "8.7.3" apply false
id("com.facebook.react.settings")
}
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
dependencyResolutionManagement {
Expand Down

0 comments on commit 4c7e68f

Please sign in to comment.