Skip to content

Commit ae59e38

Browse files
committed
Restore deps versions
1 parent 8dfb6ac commit ae59e38

File tree

2 files changed

+42
-10
lines changed

2 files changed

+42
-10
lines changed

build_extensions/axt_versions.bzl

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,35 @@ SERVICES_VERSION = "1.5.0-alpha02"
1515
# Full maven artifact strings for apks.
1616
SERVICES_APK_ARTIFACT = "androidx.test.services:test-services:%s" % SERVICES_VERSION
1717
ORCHESTRATOR_ARTIFACT = "androidx.test:orchestrator:%s" % ORCHESTRATOR_VERSION
18+
19+
# Maven dependency versions
20+
ANDROIDX_ANNOTATION_VERSION = "1.7.0-beta01"
21+
ANDROIDX_ANNOTATION_EXPERIMENTAL_VERSION = "1.1.0"
22+
ANDROIDX_COMPAT_VERSION = "1.3.1"
23+
ANDROIDX_CONCURRENT_VERSION = "1.1.0"
24+
ANDROIDX_CORE_VERSION = "1.6.0"
25+
ANDROIDX_FRAGMENT_VERSION = "1.3.6"
26+
ANDROIDX_CURSOR_ADAPTER_VERSION = "1.0.0"
27+
ANDROIDX_DRAWER_LAYOUT_VERSION = "1.1.1"
28+
ANDROIDX_LEGACY_SUPPORT_VERSION = "1.0.0"
29+
ANDROIDX_LIFECYCLE_VERSION = "2.3.1"
30+
ANDROIDX_MULTIDEX_VERSION = "2.0.0"
31+
ANDROIDX_RECYCLERVIEW_VERSION = "1.2.1"
32+
ANDROIDX_TRACING_VERSION = "1.1.0"
33+
ANDROIDX_VIEWPAGER_VERSION = "1.0.0"
34+
ANDROIDX_WINDOW_VERSION = "1.1.0"
35+
GOOGLE_MATERIAL_VERSION = "1.4.0"
36+
UIAUTOMATOR_VERSION = "2.2.0"
37+
JANK_VERSION = "1.0.1"
38+
39+
# this should match the kotlin toolchain version eg bazel_rules/rules_kotlin/toolchains/kotlin_jvm/kt_jvm_toolchains.bzl KT_VERSION
40+
# and WORKSPACE:KOTLIN_VERSION
41+
KOTLIN_VERSION = "1.8.20"
42+
GRPC_VERSION = "1.54.1" # needs to match WORKSPACE:GRPC_VERSION
43+
44+
ATF_VERSION = "3.1.2" # accessibilitytestframework
45+
JUNIT_VERSION = "4.13.2"
46+
HAMCREST_VERSION = "1.3"
47+
TRUTH_VERSION = "1.1.3"
48+
GUAVA_VERSION = "30.1.1-android"
49+
GUAVA_LISTENABLEFUTURE_VERSION = "1.0"

gradle-tests/settings.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ dependencyResolutionManagement {
1616
versionCatalogs {
1717
libs {
1818
library('core', 'androidx.test:core:1.6.0-alpha04')
19-
library('runner', 'androidx.test:runner:1.6.0-alpha06')
20-
library('ext.junit', 'androidx.test.ext:junit:1.2.0-alpha03')
21-
library('ext.truth', 'androidx.test.ext:truth:1.6.0-alpha03')
22-
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.0-alpha03')
23-
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.0-alpha03')
24-
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-alpha03')
25-
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-alpha03')
26-
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-alpha03')
27-
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-alpha03')
28-
library('orchestrator', 'androidx.test:orchestrator:1.5.0-alpha03')
19+
library('runner', 'androidx.test:runner:1.6.0-alpha05')
20+
library('ext.junit', 'androidx.test.ext:junit:1.2.0-alpha02')
21+
library('ext.truth', 'androidx.test.ext:truth:1.6.0-alpha02')
22+
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.0-alpha02')
23+
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.0-alpha02')
24+
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-alpha02')
25+
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-alpha02')
26+
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-alpha02')
27+
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-alpha02')
28+
library('orchestrator', 'androidx.test:orchestrator:1.5.0-alpha02s')
2929

3030
}
3131
}

0 commit comments

Comments
 (0)