Skip to content

Commit 7706b7a

Browse files
authored
Merge pull request #2242 from android/axt_2024_05_14_stable_release_branch_in_progress
Increment versions to stable.
2 parents 3824f99 + 4bba75e commit 7706b7a

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

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.6.0-rc01"
8-
RULES_VERSION = "1.6.0-rc01"
9-
MONITOR_VERSION = "1.7.0-rc01"
10-
ESPRESSO_VERSION = "3.6.0-rc01"
11-
CORE_VERSION = "1.6.0-rc01"
12-
ESPRESSO_DEVICE_VERSION = "1.0.0-rc01"
13-
ANDROIDX_JUNIT_VERSION = "1.2.0-rc01"
14-
ANDROIDX_TRUTH_VERSION = "1.6.0-rc01"
15-
ORCHESTRATOR_VERSION = "1.5.0-rc01"
16-
SERVICES_VERSION = "1.5.0-rc01"
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"
14+
ANDROIDX_TRUTH_VERSION = "1.6.0"
15+
ORCHESTRATOR_VERSION = "1.5.0"
16+
SERVICES_VERSION = "1.5.0"
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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ dependencyResolutionManagement {
1818
}
1919
versionCatalogs {
2020
libs {
21-
library('core', 'androidx.test:core:1.6.0-rc01')
22-
library('runner', 'androidx.test:runner:1.6.0-rc01')
23-
library('ext.junit', 'androidx.test.ext:junit:1.2.0-rc01')
24-
library('ext.truth', 'androidx.test.ext:truth:1.6.0-rc01')
25-
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.0-rc01')
26-
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.0-rc01')
27-
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-rc01')
28-
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-rc01')
29-
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-rc01')
30-
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-rc01')
31-
library('orchestrator', 'androidx.test:orchestrator:1.5.0-rc01')
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')
24+
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')
31+
library('orchestrator', 'androidx.test:orchestrator:1.5.0')
3232

3333
}
3434
}

0 commit comments

Comments
 (0)