Skip to content

Commit 023b498

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Update versions and clear changelog
PiperOrigin-RevId: 586716094
1 parent e174e80 commit 023b498

File tree

14 files changed

+94
-81
lines changed

14 files changed

+94
-81
lines changed

annotation/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
`androidx.test:annotation:{version}}` is released.
66

7-
**API Changes**
8-
9-
* minSdkVersion is now 19, targetSdkVersion is now 34
7+
**Bug Fixes**
108

119
**New Features**
1210

13-
* Artifacts are now signed. See [verify dependencies](https://developer.android.com/jetpack/getting-started#verify_dependencies) for more details.
11+
**Breaking Changes**
12+
13+
**API Changes**
14+
15+
**Breaking API Changes**
16+
17+
**Known Issues**

build_extensions/axt_versions.bzl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
"""Defines current AXT versions and dependencies."""
22

33
# AXT versions listed as next # last published, stable
4-
RUNNER_VERSION = "1.6.0-alpha05" # 1.6.0-alpha04, 1.5.1
5-
RULES_VERSION = "1.6.0-alpha02" # 1.6.0-alpha01, 1.5.0
6-
MONITOR_VERSION = "1.7.0-alpha03" # 1.7.0-alpha02, 1.6.0
7-
ESPRESSO_VERSION = "3.6.0-alpha02" # 3.6.0-alpha01, 3.5.0
8-
CORE_VERSION = "1.6.0-alpha03" # 1.6.0-alpha02, 1.5.0
9-
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha07" # 1.0.0-alpha06
10-
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha02" # 1.2.0-alpha01, 1.1.4
11-
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha02" # 1.6.0-alpha01, 1.5.0
12-
ANNOTATION_VERSION = "1.1.0-alpha02" # 1.1.0-alpha01, 1.0.1
13-
ORCHESTRATOR_VERSION = "1.5.0-alpha02" # 1.5.0-alpha01, 1.4.2
4+
RUNNER_VERSION = "1.6.0-alpha06" # 1.6.0-alpha05, 1.5.1
5+
RULES_VERSION = "1.6.0-alpha03" # 1.6.0-alpha02, 1.5.0
6+
MONITOR_VERSION = "1.7.0-alpha04" # 1.7.0-alpha03, 1.6.0
7+
ESPRESSO_VERSION = "3.6.0-alpha03" # 3.6.0-alpha02, 3.5.0
8+
CORE_VERSION = "1.6.0-alpha04" # 1.6.0-alpha03, 1.5.0
9+
ESPRESSO_DEVICE_VERSION = "1.0.0-alpha08" # 1.0.0-alpha07
10+
ANDROIDX_JUNIT_VERSION = "1.2.0-alpha03" # 1.2.0-alpha02, 1.1.4
11+
ANDROIDX_TRUTH_VERSION = "1.6.0-alpha03" # 1.6.0-alpha02, 1.5.0
12+
ANNOTATION_VERSION = "1.1.0-alpha03" # 1.1.0-alpha02, 1.0.1
13+
ORCHESTRATOR_VERSION = "1.5.0-alpha03" # 1.5.0-alpha02, 1.4.2
1414

15-
SERVICES_VERSION = "1.5.0-alpha02" # 1.5.0-alpha01, 1.4.2
15+
SERVICES_VERSION = "1.5.0-alpha03" # 1.5.0-alpha02, 1.4.2
1616

1717
# Full maven artifact strings for apks.
1818
SERVICES_APK_ARTIFACT = "androidx.test.services:test-services:%s" % SERVICES_VERSION

core/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
**Bug Fixes**
88

9-
* Fix ActivityScenario.launchActivityWithResult when targetSdk = 34
9+
**New Features**
1010

11-
**API Changes**
11+
**Breaking Changes**
1212

13-
* targetSdkVersion is now 34
13+
**API Changes**
1414

15-
**New Features**
15+
**Breaking API Changes**
1616

17-
* Artifacts are now signed. See [verify dependencies](https://developer.android.com/jetpack/getting-started#verify_dependencies) for more details.
17+
**Known Issues**

espresso/CHANGELOG.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,12 @@ The following artifacts were released:
1616

1717
**Bug Fixes**
1818

19-
* Fix the description of IsPlatformPopup to match the behavior.
20-
* Fix deprecated obtainMovement impl that used the wrong coordinates.
21-
* Replace broken links to junit.org javadoc with @link.
19+
**New Features**
2220

23-
**API Changes**
21+
**Breaking Changes**
2422

25-
* Adding a new IsActivatedMatcher to verify if it is activated or not.
26-
* Makes Espresso.onIdle() work on the main thread to allow for draining the main thread from the main thread.
27-
* minSdkVersion is now 19, targetSdkVersion is now 34
28-
* Add scrollTo variant that allows scrolling to 90+% displayed views
23+
**API Changes**
2924

30-
**New Features**
25+
**Breaking API Changes**
3126

32-
* Artifacts are now signed. See [verify dependencies](https://developer.android.com/jetpack/getting-started#verify_dependencies) for more details.
27+
**Known Issues**

espresso/device/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
`androidx.test.espresso:espresso-device:{version}` is released.
66

7-
**API Changes**
8-
9-
* Support setting device modes on physical devices
7+
**Bug Fixes**
108

119
**New Features**
1210

13-
* Artifacts are now signed. See [verify dependencies](https://developer.android.com/jetpack/getting-started#verify_dependencies) for more details.
11+
**Breaking Changes**
12+
13+
**API Changes**
14+
15+
**Breaking API Changes**
16+
17+
**Known Issues**

ext/junit/CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44

55
`androidx.test.ext:junit:{version}` and `androidx.test.ext:junit-ktx:{version}` are released.
66

7-
**API Changes**
8-
9-
* Add AppComponentFactoryRule
10-
* minSdkVersion is now 19, targetSdkVersion is now 34
7+
**Bug Fixes**
118

129
**New Features**
1310

14-
* Artifacts are now signed. See [verify dependencies](https://developer.android.com/jetpack/getting-started#verify_dependencies) for more details.
11+
**Breaking Changes**
12+
13+
**API Changes**
14+
15+
**Breaking API Changes**
16+
17+
**Known Issues**

ext/truth/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44

55
`androidx.test.ext:truth:{version}` is released.
66

7-
**API Changes**
8-
9-
* minSdkVersion is now 19, targetSdk is now 34
7+
**Bug Fixes**
108

119
**New Features**
1210

13-
* Artifacts are now signed. See [verify dependencies](https://developer.android.com/jetpack/getting-started#verify_dependencies) for more details.
11+
**Breaking Changes**
12+
13+
**API Changes**
14+
15+
**Breaking API Changes**
16+
17+
**Known Issues**

gradle-tests/settings.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ dependencyResolutionManagement {
1515
}
1616
versionCatalogs {
1717
libs {
18-
library('core', 'androidx.test:core:1.6.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-alpha02')
18+
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')
2929

3030
}
3131
}

runner/android_junit_runner/CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66

77
**Bug Fixes**
88

9-
* `TestDiscoveryEventServiceConnection.send()` will correctly fail the test instead of hanging if the instrumentation throws a RuntimeException.
10-
* Stop reparsing all args for every AndroidJUnit4 test class. This should address initialization errors like in #1948.
9+
**New Features**
1110

12-
**API Changes**
11+
**Breaking Changes**
1312

14-
* minSdkVersion is now 19
13+
**API Changes**
1514

16-
**New Features**
15+
**Breaking API Changes**
1716

18-
* Artifacts are now signed. See [verify dependencies](https://developer.android.com/jetpack/getting-started#verify_dependencies) for more details.
17+
**Known Issues**

runner/android_test_orchestrator/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
`androidx.test:orchestrator:{version}` is released.
66

7-
**API Changes**
7+
**Bug Fixes**
88

9-
* minSdkVersion is now 19
9+
**New Features**
1010

11-
**Bug Fixes**
11+
**Breaking Changes**
1212

13-
* Fix crash when test name is too long
13+
**API Changes**
1414

15-
**New Features**
15+
**Breaking API Changes**
1616

17-
* Artifacts are now signed. See [verify dependencies](https://developer.android.com/jetpack/getting-started#verify_dependencies) for more details.
17+
**Known Issues**

0 commit comments

Comments
 (0)