Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build_extensions/axt_released_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ CORE_VERSION = "1.6.1"
ESPRESSO_DEVICE_VERSION = "1.0.1"
ANDROIDX_JUNIT_VERSION = "1.2.1"
ANDROIDX_TRUTH_VERSION = "1.6.0"
ORCHESTRATOR_VERSION = "1.5.0"
SERVICES_VERSION = "1.5.0"
ORCHESTRATOR_VERSION = "1.6.0-alpha01"
SERVICES_VERSION = "1.6.0-alpha01"
4 changes: 2 additions & 2 deletions build_extensions/axt_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ CORE_VERSION = "1.7.0-alpha01"
ESPRESSO_DEVICE_VERSION = "1.1.0-alpha01"
ANDROIDX_JUNIT_VERSION = "1.3.0-alpha01"
ANDROIDX_TRUTH_VERSION = "1.7.0-alpha01"
ORCHESTRATOR_VERSION = "1.6.0-alpha01"
SERVICES_VERSION = "1.6.0-alpha01"
ORCHESTRATOR_VERSION = "1.6.0-alpha02"
SERVICES_VERSION = "1.6.0-alpha02"

# Full maven artifact strings for apks.
SERVICES_APK_ARTIFACT = "androidx.test.services:test-services:%s" % SERVICES_VERSION
Expand Down
2 changes: 1 addition & 1 deletion gradle-tests/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencyResolutionManagement {
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.7.0-alpha01')
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.7.0-alpha01')
library('espresso.web', 'androidx.test.espresso:espresso-web:3.7.0-alpha01')
library('orchestrator', 'androidx.test:orchestrator:1.6.0-alpha01')
library('orchestrator', 'androidx.test:orchestrator:1.6.0-alpha02')

}
}
Expand Down
Loading