From 4c7e68f66c90a7b785110fc81c7cac8e1bc892e8 Mon Sep 17 00:00:00 2001 From: sdlaver <103003665+sdlaver@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:04:16 -0800 Subject: [PATCH] Bump AGP plugin for React Native fakewallet app to 8.7.3 (#413) --- fakewalletreact/android/settings.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fakewalletreact/android/settings.gradle b/fakewalletreact/android/settings.gradle index 855d880..895cc71 100644 --- a/fakewalletreact/android/settings.gradle +++ b/fakewalletreact/android/settings.gradle @@ -1,4 +1,4 @@ -pluginManagement { +pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") repositories { google { @@ -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 {