Skip to content

Commit

Permalink
Merge pull request #2235 from android/axt_2024_05_14_stable_release_b…
Browse files Browse the repository at this point in the history
…ranch_in_progress

Update versions for rc01 release
  • Loading branch information
brettchabot authored May 29, 2024
2 parents 6961112 + 186ce5f commit d289dcf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions build_extensions/axt_versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ Use tools/release/validate_and_propagate_versions.sh to propagate these versions
//:axt_m2_repository and gradle-tests/settings.gradle
"""

RUNNER_VERSION = "1.6.0-beta01"
RULES_VERSION = "1.6.0-beta01"
MONITOR_VERSION = "1.7.0-beta01"
ESPRESSO_VERSION = "3.6.0-beta01"
CORE_VERSION = "1.6.0-beta01"
ESPRESSO_DEVICE_VERSION = "1.0.0-beta01"
ANDROIDX_JUNIT_VERSION = "1.2.0-beta01"
ANDROIDX_TRUTH_VERSION = "1.6.0-beta01"
ORCHESTRATOR_VERSION = "1.5.0-beta01"
SERVICES_VERSION = "1.5.0-beta01"
RUNNER_VERSION = "1.6.0-rc01"
RULES_VERSION = "1.6.0-rc01"
MONITOR_VERSION = "1.7.0-rc01"
ESPRESSO_VERSION = "3.6.0-rc01"
CORE_VERSION = "1.6.0-rc01"
ESPRESSO_DEVICE_VERSION = "1.0.0-rc01"
ANDROIDX_JUNIT_VERSION = "1.2.0-rc01"
ANDROIDX_TRUTH_VERSION = "1.6.0-rc01"
ORCHESTRATOR_VERSION = "1.5.0-rc01"
SERVICES_VERSION = "1.5.0-rc01"

# Full maven artifact strings for apks.
SERVICES_APK_ARTIFACT = "androidx.test.services:test-services:%s" % SERVICES_VERSION
Expand Down
22 changes: 11 additions & 11 deletions gradle-tests/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ dependencyResolutionManagement {
}
versionCatalogs {
libs {
library('core', 'androidx.test:core:1.6.0-beta01')
library('runner', 'androidx.test:runner:1.6.0-beta01')
library('ext.junit', 'androidx.test.ext:junit:1.2.0-beta01')
library('ext.truth', 'androidx.test.ext:truth:1.6.0-beta01')
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.0-beta01')
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.0-beta01')
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-beta01')
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-beta01')
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-beta01')
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-beta01')
library('orchestrator', 'androidx.test:orchestrator:1.5.0-beta01')
library('core', 'androidx.test:core:1.6.0-rc01')
library('runner', 'androidx.test:runner:1.6.0-rc01')
library('ext.junit', 'androidx.test.ext:junit:1.2.0-rc01')
library('ext.truth', 'androidx.test.ext:truth:1.6.0-rc01')
library('espresso.accessibility', 'androidx.test.espresso:espresso-accessibility:3.6.0-rc01')
library('espresso.contrib', 'androidx.test.espresso:espresso-contrib:3.6.0-rc01')
library('espresso.core', 'androidx.test.espresso:espresso-core:3.6.0-rc01')
library('espresso.idlingresource', 'androidx.test.espresso:espresso-idling-resource:3.6.0-rc01')
library('espresso.intents', 'androidx.test.espresso:espresso-intents:3.6.0-rc01')
library('espresso.web', 'androidx.test.espresso:espresso-web:3.6.0-rc01')
library('orchestrator', 'androidx.test:orchestrator:1.5.0-rc01')

}
}
Expand Down

0 comments on commit d289dcf

Please sign in to comment.