From c7884489a0cdce2b076462ba37eccfa3521f28a9 Mon Sep 17 00:00:00 2001 From: elenadoty Date: Tue, 21 Apr 2026 12:56:22 -0400 Subject: [PATCH 1/2] Update BeePlusGradleProject.java --- .../firebase/appdistribution/gradle/BeePlusGradleProject.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-appdistribution-gradle/src/prodTest/java/com/google/firebase/appdistribution/gradle/BeePlusGradleProject.java b/firebase-appdistribution-gradle/src/prodTest/java/com/google/firebase/appdistribution/gradle/BeePlusGradleProject.java index c8970c1f1c5..d2106190f41 100644 --- a/firebase-appdistribution-gradle/src/prodTest/java/com/google/firebase/appdistribution/gradle/BeePlusGradleProject.java +++ b/firebase-appdistribution-gradle/src/prodTest/java/com/google/firebase/appdistribution/gradle/BeePlusGradleProject.java @@ -58,7 +58,7 @@ private static String getRequiredSystemProperty(String propertyName) { static final String PACKAGE_NAME = "com.firebase.appdistribution.prober"; // Also remember to update the latest AGP/gradle versions in UploadDistributionTaskTest.kt // firebase-appdistribution-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/UploadDistributionTaskTest.kt#L724-L726 - static final String LATEST_AGP_VERSION = "9.2.0-alpha02"; + static final String LATEST_AGP_VERSION = "9.2.0"; static final String LATEST_GRADLE_VERSION = "9.4.1"; // The project number for App Distro Probes. We need to use this project // because this is the one that's actually linked to play for BeePlus, From 680ca15059b194b5ed0b66a947d7b30d89694bff Mon Sep 17 00:00:00 2001 From: elenadoty Date: Sun, 26 Apr 2026 06:18:40 -0400 Subject: [PATCH 2/2] Update BeePlusGradleProject.java --- .../firebase/appdistribution/gradle/BeePlusGradleProject.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase-appdistribution-gradle/src/prodTest/java/com/google/firebase/appdistribution/gradle/BeePlusGradleProject.java b/firebase-appdistribution-gradle/src/prodTest/java/com/google/firebase/appdistribution/gradle/BeePlusGradleProject.java index d2106190f41..4d8d9cdad6b 100644 --- a/firebase-appdistribution-gradle/src/prodTest/java/com/google/firebase/appdistribution/gradle/BeePlusGradleProject.java +++ b/firebase-appdistribution-gradle/src/prodTest/java/com/google/firebase/appdistribution/gradle/BeePlusGradleProject.java @@ -59,7 +59,7 @@ private static String getRequiredSystemProperty(String propertyName) { // Also remember to update the latest AGP/gradle versions in UploadDistributionTaskTest.kt // firebase-appdistribution-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/UploadDistributionTaskTest.kt#L724-L726 static final String LATEST_AGP_VERSION = "9.2.0"; - static final String LATEST_GRADLE_VERSION = "9.4.1"; + static final String LATEST_GRADLE_VERSION = "9.5.0-rc-4"; // The project number for App Distro Probes. We need to use this project // because this is the one that's actually linked to play for BeePlus, // which is required for AAB uploads.