Skip to content

Commit c1aabba

Browse files
authored
Update BeePlus AGP version (#8055)
Integration tests and production tests using a fake app pass now.
1 parent 4754573 commit c1aabba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

firebase-appdistribution-gradle/src/prodTest/java/com/google/firebase/appdistribution/gradle/BeePlusGradleProject.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ private static String getRequiredSystemProperty(String propertyName) {
5858
static final String PACKAGE_NAME = "com.firebase.appdistribution.prober";
5959
// Also remember to update the latest AGP/gradle versions in UploadDistributionTaskTest.kt
6060
// firebase-appdistribution-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/UploadDistributionTaskTest.kt#L724-L726
61-
static final String LATEST_AGP_VERSION = "9.2.0-alpha02";
62-
static final String LATEST_GRADLE_VERSION = "9.4.1";
61+
static final String LATEST_AGP_VERSION = "9.2.0";
62+
static final String LATEST_GRADLE_VERSION = "9.5.0-rc-4";
6363
// The project number for App Distro Probes. We need to use this project
6464
// because this is the one that's actually linked to play for BeePlus,
6565
// which is required for AAB uploads.

0 commit comments

Comments
 (0)