Skip to content

Commit 3ba66d3

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Update orchestrator and services version.
1.6.0-alpha01 was released on 11/20/2024 PiperOrigin-RevId: 722714177
1 parent 8091cbd commit 3ba66d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build_extensions/axt_released_versions.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ CORE_VERSION = "1.6.1"
88
ESPRESSO_DEVICE_VERSION = "1.0.1"
99
ANDROIDX_JUNIT_VERSION = "1.2.1"
1010
ANDROIDX_TRUTH_VERSION = "1.6.0"
11-
ORCHESTRATOR_VERSION = "1.5.0"
12-
SERVICES_VERSION = "1.5.0"
11+
ORCHESTRATOR_VERSION = "1.6.0-alpha01"
12+
SERVICES_VERSION = "1.6.0-alpha01"

build_extensions/axt_versions.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ CORE_VERSION = "1.7.0-alpha01"
1212
ESPRESSO_DEVICE_VERSION = "1.1.0-alpha01"
1313
ANDROIDX_JUNIT_VERSION = "1.3.0-alpha01"
1414
ANDROIDX_TRUTH_VERSION = "1.7.0-alpha01"
15-
ORCHESTRATOR_VERSION = "1.6.0-alpha01"
16-
SERVICES_VERSION = "1.6.0-alpha01"
15+
ORCHESTRATOR_VERSION = "1.6.0-alpha02"
16+
SERVICES_VERSION = "1.6.0-alpha02"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencyResolutionManagement {
2828
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.7.0-alpha01')
2929
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.7.0-alpha01')
3030
library('espresso.web', 'androidx.test.espresso:espresso-web:3.7.0-alpha01')
31-
library('orchestrator', 'androidx.test:orchestrator:1.6.0-alpha01')
31+
library('orchestrator', 'androidx.test:orchestrator:1.6.0-alpha02')
3232

3333
}
3434
}

0 commit comments

Comments
 (0)