Skip to content

Commit aaa89b4

Browse files
committed
Increment versions to prepare for release of:
- espresso 3.6.1 - monitor 1.7.1 Also release the following artifacts to make it easier for users to get the latest stable from from espresso/monitor: - runner 1.6.1 - rules 1.6.1 - device 1.0.1 - core 1.6.1
1 parent 8acd321 commit aaa89b4

File tree

4 files changed

+26
-30
lines changed

4 files changed

+26
-30
lines changed

BUILD

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,11 @@ maven_repository(
2727
"//espresso/remote/java/androidx/test/espresso/remote:espresso_remote_maven_artifact",
2828
"//espresso/web/java/androidx/test/espresso/web:espresso_web_maven_artifact",
2929
"//ext/junit/java/androidx/test/ext/junit:junit_maven_artifact",
30-
"//ext/truth/java/androidx/test/ext/truth:truth_maven_artifact",
3130
"//ktx/core/java/androidx/test/core:core_maven_artifact",
3231
"//ktx/ext/junit/java/androidx/test/ext/junit:junit_maven_artifact",
3332
"//runner/android_junit_runner/java/androidx/test:runner_maven_artifact",
34-
"//runner/android_test_orchestrator/stubapp:orchestrator_release_maven_artifact",
3533
"//runner/monitor/java/androidx/test:monitor_maven_artifact",
3634
"//runner/rules/java/androidx/test:rules_maven_artifact",
37-
"//services:test_services_maven_artifact",
38-
"//services/storage/java/androidx/test/services/storage:test_storage_maven_artifact",
3935
],
4036
)
4137

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

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-
ORCHESTRATOR_VERSION = "1.5.0-alpha04"
12-
SERVICES_VERSION = "1.5.0-alpha04"
3+
RUNNER_VERSION = "1.6.0"
4+
RULES_VERSION = "1.6.0"
5+
MONITOR_VERSION = "1.7.0"
6+
ESPRESSO_VERSION = "3.6.0"
7+
CORE_VERSION = "1.6.0"
8+
ESPRESSO_DEVICE_VERSION = "1.0.0"
9+
ANDROIDX_JUNIT_VERSION = "1.2.0"
10+
ANDROIDX_TRUTH_VERSION = "1.6.0"
11+
ORCHESTRATOR_VERSION = "1.5.0"
12+
SERVICES_VERSION = "1.5.0"

build_extensions/axt_versions.bzl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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"
8-
RULES_VERSION = "1.6.0"
9-
MONITOR_VERSION = "1.7.0"
10-
ESPRESSO_VERSION = "3.6.0"
11-
CORE_VERSION = "1.6.0"
12-
ESPRESSO_DEVICE_VERSION = "1.0.0"
13-
ANDROIDX_JUNIT_VERSION = "1.2.0"
7+
RUNNER_VERSION = "1.6.1"
8+
RULES_VERSION = "1.6.1"
9+
MONITOR_VERSION = "1.7.1"
10+
ESPRESSO_VERSION = "3.6.1"
11+
CORE_VERSION = "1.6.1"
12+
ESPRESSO_DEVICE_VERSION = "1.0.1"
13+
ANDROIDX_JUNIT_VERSION = "1.2.1"
1414
ANDROIDX_TRUTH_VERSION = "1.6.0"
1515
ORCHESTRATOR_VERSION = "1.5.0"
1616
SERVICES_VERSION = "1.5.0"

gradle-tests/settings.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ dependencyResolutionManagement {
1818
}
1919
versionCatalogs {
2020
libs {
21-
library('core', 'androidx.test:core:1.6.0')
22-
library('runner', 'androidx.test:runner:1.6.0')
23-
library('ext.junit', 'androidx.test.ext:junit:1.2.0')
21+
library('core', 'androidx.test:core:1.6.1')
22+
library('runner', 'androidx.test:runner:1.6.1')
23+
library('ext.junit', 'androidx.test.ext:junit:1.2.1')
2424
library('ext.truth', 'androidx.test.ext:truth:1.6.0')
25-
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.0')
26-
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.0')
27-
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0')
28-
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0')
29-
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0')
30-
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0')
25+
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.1')
26+
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.1')
27+
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.1')
28+
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.1')
29+
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.1')
30+
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.1')
3131
library('orchestrator', 'androidx.test:orchestrator:1.5.0')
3232

3333
}

0 commit comments

Comments
 (0)