Skip to content

Commit

Permalink
Merge pull request #2208 from android:updateVersions04292024
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 629121286
  • Loading branch information
copybara-androidxtest committed Apr 29, 2024
2 parents c566aa1 + ae0f3d0 commit c3e2559
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
22 changes: 11 additions & 11 deletions build_extensions/axt_released_versions.bzl
@@ -1,13 +1,13 @@
"""Defines current released AXT versions."""

RUNNER_VERSION = "1.6.0-alpha06"
RULES_VERSION = "1.6.0-alpha03"
MONITOR_VERSION = "1.7.0-alpha04"
ESPRESSO_VERSION = "3.6.0-alpha03"
CORE_VERSION = "1.6.0-alpha05"
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha08"
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha03"
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha03"
ANNOTATION_VERSION = "1.1.0-alpha03"
ORCHESTRATOR_VERSION = "1.5.0-alpha03"
SERVICES_VERSION = "1.5.0-alpha03"
RUNNER_VERSION = "1.6.0-alpha07"
RULES_VERSION = "1.6.0-alpha04"
MONITOR_VERSION = "1.7.0-alpha05"
ESPRESSO_VERSION = "3.6.0-alpha04"
CORE_VERSION = "1.6.0-alpha06"
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha09"
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha04"
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha04"
ANNOTATION_VERSION = "1.1.0-alpha04"
ORCHESTRATOR_VERSION = "1.5.0-alpha04"
SERVICES_VERSION = "1.5.0-alpha04"
22 changes: 11 additions & 11 deletions build_extensions/axt_versions.bzl
Expand Up @@ -4,17 +4,17 @@ Use tools/release/validate_and_propagate_versions.sh to propagate these versions
//:axt_m2_repository and gradle-tests/settings.gradle
"""

RUNNER_VERSION = "1.6.0-alpha07"
RULES_VERSION = "1.6.0-alpha04"
MONITOR_VERSION = "1.7.0-alpha05"
ESPRESSO_VERSION = "3.6.0-alpha04"
CORE_VERSION = "1.6.0-alpha06"
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha09"
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha04"
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha04"
ANNOTATION_VERSION = "1.1.0-alpha04"
ORCHESTRATOR_VERSION = "1.5.0-alpha04"
SERVICES_VERSION = "1.5.0-alpha04"
RUNNER_VERSION = "1.6.0-alpha08"
RULES_VERSION = "1.6.0-alpha05"
MONITOR_VERSION = "1.7.0-alpha06"
ESPRESSO_VERSION = "3.6.0-alpha05"
CORE_VERSION = "1.6.0-alpha07"
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha10"
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha05"
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha05"
ANNOTATION_VERSION = "1.1.0-alpha05"
ORCHESTRATOR_VERSION = "1.5.0-alpha05"
SERVICES_VERSION = "1.5.0-alpha05"

# Full maven artifact strings for apks.
SERVICES_APK_ARTIFACT = "androidx.test.services:test-services:%s" % SERVICES_VERSION
Expand Down
22 changes: 11 additions & 11 deletions gradle-tests/settings.gradle
Expand Up @@ -18,17 +18,17 @@ dependencyResolutionManagement {
}
versionCatalogs {
libs {
library('core', 'androidx.test:core:1.6.0-alpha06')
library('runner', 'androidx.test:runner:1.6.0-alpha07')
library('ext.junit', 'androidx.test.ext:junit:1.2.0-alpha04')
library('ext.truth', 'androidx.test.ext:truth:1.6.0-alpha04')
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.0-alpha04')
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.0-alpha04')
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-alpha04')
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-alpha04')
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-alpha04')
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-alpha04')
library('orchestrator', 'androidx.test:orchestrator:1.5.0-alpha04')
library('core', 'androidx.test:core:1.6.0-alpha07')
library('runner', 'androidx.test:runner:1.6.0-alpha08')
library('ext.junit', 'androidx.test.ext:junit:1.2.0-alpha05')
library('ext.truth', 'androidx.test.ext:truth:1.6.0-alpha05')
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.0-alpha05')
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.0-alpha05')
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-alpha05')
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-alpha05')
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-alpha05')
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-alpha05')
library('orchestrator', 'androidx.test:orchestrator:1.5.0-alpha05')

}
}
Expand Down

0 comments on commit c3e2559

Please sign in to comment.