@react-native/gradle-plugin 0.81.0-rc.0 → 0.81.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
4
4
  networkTimeout=10000
5
5
  validateDistributionUrl=true
6
6
  zipStoreBase=GRADLE_USER_HOME
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native/gradle-plugin",
3
- "version": "0.81.0-rc.0",
3
+ "version": "0.81.0-rc.2",
4
4
  "description": "Gradle Plugin for React Native",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -148,6 +148,7 @@ abstract class GeneratePackageListTask : DefaultTask() {
148
148
 
149
149
  {{ packageImports }}
150
150
 
151
+ @SuppressWarnings("deprecation")
151
152
  public class PackageList {
152
153
  private Application application;
153
154
  private ReactNativeHost reactNativeHost;
@@ -233,6 +233,7 @@ class GeneratePackageListTaskTest {
233
233
 
234
234
 
235
235
 
236
+ @SuppressWarnings("deprecation")
236
237
  public class PackageList {
237
238
  private Application application;
238
239
  private ReactNativeHost reactNativeHost;
@@ -311,7 +312,8 @@ class GeneratePackageListTaskTest {
311
312
  import com.facebook.react.aPackage;
312
313
  // @react-native/another-package
313
314
  import com.facebook.react.anotherPackage;
314
-
315
+
316
+ @SuppressWarnings("deprecation")
315
317
  public class PackageList {
316
318
  private Application application;
317
319
  private ReactNativeHost reactNativeHost;