Skip to content

Commit cc7342b

Browse files
Merge pull request #2408 from android:updatever0627
PiperOrigin-RevId: 776648333
2 parents 766a106 + 19f78a4 commit cc7342b

File tree

3 files changed

+32
-32
lines changed

3 files changed

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

4-
RUNNER_VERSION = "1.7.0-alpha03"
5-
RULES_VERSION = "1.7.0-alpha03"
6-
MONITOR_VERSION = "1.8.0-alpha03"
7-
ESPRESSO_VERSION = "3.7.0-alpha04"
8-
CORE_VERSION = "1.7.0-alpha03"
9-
ESPRESSO_DEVICE_VERSION = "1.1.0-alpha03"
10-
ANDROIDX_JUNIT_VERSION = "1.3.0-alpha03"
11-
ANDROIDX_TRUTH_VERSION = "1.7.0-alpha03"
12-
ORCHESTRATOR_VERSION = "1.6.0-alpha04"
13-
SERVICES_VERSION = "1.6.0-alpha04"
4+
RUNNER_VERSION = "1.7.0-beta01"
5+
RULES_VERSION = "1.7.0-beta01"
6+
MONITOR_VERSION = "1.8.0-beta01"
7+
ESPRESSO_VERSION = "3.7.0-beta01"
8+
CORE_VERSION = "1.7.0-beta01"
9+
ESPRESSO_DEVICE_VERSION = "1.1.0-beta01"
10+
ANDROIDX_JUNIT_VERSION = "1.3.0-beta01"
11+
ANDROIDX_TRUTH_VERSION = "1.7.0-beta01"
12+
ORCHESTRATOR_VERSION = "1.6.0-beta01"
13+
SERVICES_VERSION = "1.6.0-beta01"

build_extensions/axt_versions.bzl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ 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.7.0-alpha04"
8-
RULES_VERSION = "1.7.0-alpha04"
9-
MONITOR_VERSION = "1.8.0-alpha04"
10-
ESPRESSO_VERSION = "3.7.0-alpha05"
11-
CORE_VERSION = "1.7.0-alpha04"
12-
ESPRESSO_DEVICE_VERSION = "1.1.0-alpha04"
13-
ANDROIDX_JUNIT_VERSION = "1.3.0-alpha04"
14-
ANDROIDX_TRUTH_VERSION = "1.7.0-alpha04"
15-
ORCHESTRATOR_VERSION = "1.6.0-alpha05"
16-
SERVICES_VERSION = "1.6.0-alpha05"
7+
RUNNER_VERSION = "1.8.0-alpha01"
8+
RULES_VERSION = "1.8.0-alpha01"
9+
MONITOR_VERSION = "1.9.0-alpha01"
10+
ESPRESSO_VERSION = "3.8.0-alpha01"
11+
CORE_VERSION = "1.8.0-alpha01"
12+
ESPRESSO_DEVICE_VERSION = "1.2.0-alpha01"
13+
ANDROIDX_JUNIT_VERSION = "1.4.0-alpha01"
14+
ANDROIDX_TRUTH_VERSION = "1.8.0-alpha01"
15+
ORCHESTRATOR_VERSION = "1.7.0-alpha01"
16+
SERVICES_VERSION = "1.7.0-alpha01"
1717

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

gradle-tests/settings.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ dependencyResolutionManagement {
1818
}
1919
versionCatalogs {
2020
libs {
21-
library('core', 'androidx.test:core:1.7.0-alpha04')
22-
library('runner', 'androidx.test:runner:1.7.0-alpha04')
23-
library('ext.junit', 'androidx.test.ext:junit:1.3.0-alpha04')
24-
library('ext.truth', 'androidx.test.ext:truth:1.7.0-alpha04')
25-
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.7.0-alpha05')
26-
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.7.0-alpha05')
27-
library('espresso.core', 'androidx.test.espresso:espresso-core:3.7.0-alpha05')
28-
library('espresso.device', 'androidx.test.espresso:espresso-device:1.1.0-alpha04')
29-
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.7.0-alpha05')
30-
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.7.0-alpha05')
31-
library('espresso.web', 'androidx.test.espresso:espresso-web:3.7.0-alpha05')
32-
library('orchestrator', 'androidx.test:orchestrator:1.6.0-alpha05')
21+
library('core', 'androidx.test:core:1.8.0-alpha01')
22+
library('runner', 'androidx.test:runner:1.8.0-alpha01')
23+
library('ext.junit', 'androidx.test.ext:junit:1.4.0-alpha01')
24+
library('ext.truth', 'androidx.test.ext:truth:1.8.0-alpha01')
25+
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.8.0-alpha01')
26+
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.8.0-alpha01')
27+
library('espresso.core', 'androidx.test.espresso:espresso-core:3.8.0-alpha01')
28+
library('espresso.device', 'androidx.test.espresso:espresso-device:1.2.0-alpha01')
29+
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.8.0-alpha01')
30+
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.8.0-alpha01')
31+
library('espresso.web', 'androidx.test.espresso:espresso-web:3.8.0-alpha01')
32+
library('orchestrator', 'androidx.test:orchestrator:1.7.0-alpha01')
3333

3434
}
3535
}

0 commit comments

Comments
 (0)