Skip to content

Commit c3e2559

Browse files
Merge pull request #2208 from android:updateVersions04292024
PiperOrigin-RevId: 629121286
2 parents c566aa1 + ae0f3d0 commit c3e2559

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"""Defines current released AXT versions."""
22

3-
RUNNER_VERSION = "1.6.0-alpha06"
4-
RULES_VERSION = "1.6.0-alpha03"
5-
MONITOR_VERSION = "1.7.0-alpha04"
6-
ESPRESSO_VERSION = "3.6.0-alpha03"
7-
CORE_VERSION = "1.6.0-alpha05"
8-
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha08"
9-
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha03"
10-
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha03"
11-
ANNOTATION_VERSION = "1.1.0-alpha03"
12-
ORCHESTRATOR_VERSION = "1.5.0-alpha03"
13-
SERVICES_VERSION = "1.5.0-alpha03"
3+
RUNNER_VERSION = "1.6.0-alpha07"
4+
RULES_VERSION = "1.6.0-alpha04"
5+
MONITOR_VERSION = "1.7.0-alpha05"
6+
ESPRESSO_VERSION = "3.6.0-alpha04"
7+
CORE_VERSION = "1.6.0-alpha06"
8+
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha09"
9+
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha04"
10+
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha04"
11+
ANNOTATION_VERSION = "1.1.0-alpha04"
12+
ORCHESTRATOR_VERSION = "1.5.0-alpha04"
13+
SERVICES_VERSION = "1.5.0-alpha04"

build_extensions/axt_versions.bzl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Use tools/release/validate_and_propagate_versions.sh to propagate these versions
44
//:axt_m2_repository and gradle-tests/settings.gradle
55
"""
66

7-
RUNNER_VERSION = "1.6.0-alpha07"
8-
RULES_VERSION = "1.6.0-alpha04"
9-
MONITOR_VERSION = "1.7.0-alpha05"
10-
ESPRESSO_VERSION = "3.6.0-alpha04"
11-
CORE_VERSION = "1.6.0-alpha06"
12-
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha09"
13-
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha04"
14-
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha04"
15-
ANNOTATION_VERSION = "1.1.0-alpha04"
16-
ORCHESTRATOR_VERSION = "1.5.0-alpha04"
17-
SERVICES_VERSION = "1.5.0-alpha04"
7+
RUNNER_VERSION = "1.6.0-alpha08"
8+
RULES_VERSION = "1.6.0-alpha05"
9+
MONITOR_VERSION = "1.7.0-alpha06"
10+
ESPRESSO_VERSION = "3.6.0-alpha05"
11+
CORE_VERSION = "1.6.0-alpha07"
12+
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha10"
13+
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha05"
14+
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha05"
15+
ANNOTATION_VERSION = "1.1.0-alpha05"
16+
ORCHESTRATOR_VERSION = "1.5.0-alpha05"
17+
SERVICES_VERSION = "1.5.0-alpha05"
1818

1919
# Full maven artifact strings for apks.
2020
SERVICES_APK_ARTIFACT = "androidx.test.services:test-services:%s" % SERVICES_VERSION

gradle-tests/settings.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ dependencyResolutionManagement {
1818
}
1919
versionCatalogs {
2020
libs {
21-
library('core', 'androidx.test:core:1.6.0-alpha06')
22-
library('runner', 'androidx.test:runner:1.6.0-alpha07')
23-
library('ext.junit', 'androidx.test.ext:junit:1.2.0-alpha04')
24-
library('ext.truth', 'androidx.test.ext:truth:1.6.0-alpha04')
25-
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.0-alpha04')
26-
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.0-alpha04')
27-
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-alpha04')
28-
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-alpha04')
29-
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-alpha04')
30-
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-alpha04')
31-
library('orchestrator', 'androidx.test:orchestrator:1.5.0-alpha04')
21+
library('core', 'androidx.test:core:1.6.0-alpha07')
22+
library('runner', 'androidx.test:runner:1.6.0-alpha08')
23+
library('ext.junit', 'androidx.test.ext:junit:1.2.0-alpha05')
24+
library('ext.truth', 'androidx.test.ext:truth:1.6.0-alpha05')
25+
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.0-alpha05')
26+
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.0-alpha05')
27+
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-alpha05')
28+
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-alpha05')
29+
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-alpha05')
30+
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-alpha05')
31+
library('orchestrator', 'androidx.test:orchestrator:1.5.0-alpha05')
3232

3333
}
3434
}

0 commit comments

Comments
 (0)