chore: patch react-native to use foojay 0.8.0

This commit is contained in:
Siddarth Kumar 2024-09-03 15:19:59 +05:30
parent a82c91fdbd
commit 992c5dc83f
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB

View File

@ -0,0 +1,10 @@
--- /tmp/tmp-status-mobile-a82c91fdb/tmp.Y8PU8VldXR/settings.gradle.kts 2024-09-03 14:59:49.071068000 +0530
+++ ./node_modules/@react-native/gradle-plugin/settings.gradle.kts 2024-09-03 15:00:08.292388770 +0530
@@ -13,6 +13,6 @@
}
}
-plugins { id("org.gradle.toolchains.foojay-resolver-convention").version("0.5.0") }
+plugins { id("org.gradle.toolchains.foojay-resolver-convention").version("0.8.0") }
rootProject.name = "react-native-gradle-plugin"