diff --git a/firebase-appdistribution-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/UploadDistributionTaskTest.kt b/firebase-appdistribution-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/UploadDistributionTaskTest.kt index ba709380f91..3743939916a 100644 --- a/firebase-appdistribution-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/UploadDistributionTaskTest.kt +++ b/firebase-appdistribution-gradle/src/integrationTest/java/com/google/firebase/appdistribution/gradle/UploadDistributionTaskTest.kt @@ -723,8 +723,8 @@ class UploadDistributionTaskTest { // out. // Also remember to update the latest AGP/gradle versions in BeePlusGradleProject.java. // firebase-appdistribution-gradle/src/prodTest/java/com/google/firebase/appdistribution/gradle/BeePlusGradleProject.java#L59-L60 - private const val LATEST_GRADLE_VERSION = "9.4.0" - private const val LATEST_AGP_VERSION = "9.2.0-alpha02" + private const val LATEST_GRADLE_VERSION = "9.5.0-milestone-5" + private const val LATEST_AGP_VERSION = "9.2.0-alpha04" private const val LATEST_GOOGLE_SERVICES_VERSION = "4.4.4" // For tests against Gradle 9, we get the error: // "In order to compile Java 9+ source, please set compileSdkVersion to 30 or above" 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 69e6e461279..ace904300b4 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,8 +58,8 @@ 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_GRADLE_VERSION = "9.4.0"; + static final String LATEST_AGP_VERSION = "9.2.0-alpha04"; + static final String LATEST_GRADLE_VERSION = "9.5.0-milestone-5"; // 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.