Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ 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.3.0"
private const val LATEST_GRADLE_VERSION = "9.3.1"
private const val LATEST_AGP_VERSION = "9.1.0-alpha06"
private const val LATEST_GOOGLE_SERVICES_VERSION = "4.4.4"
// For tests against Gradle 9, we get the error:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0-alpha06";
static final String LATEST_GRADLE_VERSION = "9.3.0";
static final String LATEST_GRADLE_VERSION = "9.3.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,
// which is required for AAB uploads.
Expand Down
Loading