[ Web Proxy ]
URL:
Viewing: https://developer.android.com/jetpack/androidx/releases/test [Back]  [Original]

Test  |  Jetpack  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

Test

User Guide  Code Sample
Testing in Android.

This table lists all the artifacts in the androidx.test group.

Artifact Stable Release Release Candidate Beta Release Alpha Release
annotation 1.0.1 - - 1.1.0-alpha04
core 1.7.0 1.7.0-rc01 - -
espresso 3.7.0 3.7.0-rc01 - -
espresso-device 1.1.0 1.1.0-rc01 - -
ext.junit 1.3.0 1.3.0-rc01 - -
ext:junit-gtest - - - 1.0.0-alpha03
ext.truth 1.7.0 1.7.0-rc01 - -
monitor 1.8.0 - - 1.9.0-alpha01
orchestrator 1.6.1 1.6.0-rc01 - -
runner 1.7.0 1.7.0-rc01 - -
rules 1.7.0 1.7.0-rc01 - -
services 1.6.0 1.6.0-rc01 - -
This library was last updated on: January 14, 2026 Note: This page includes release notes for Test components that shipped in the AndroidX library. For earlier updates that appeared in the support library see the archive page.

Declaring dependencies

To add a dependency on androidx.test, you must add the Google Maven repository to your project. Read Google's Maven repository for more information.

Add the dependencies for the artifacts you need in the build.gradle file for your app or module:

Groovy

dependencies {
    // To use the androidx.test.core APIs
    androidTestImplementation "androidx.test:core:1.7.0"
    // Kotlin extensions for androidx.test.core
    androidTestImplementation "androidx.test:core-ktx:1.7.0"

    // To use the androidx.test.espresso
    androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0"

    // To use the JUnit Extension APIs
    androidTestImplementation "androidx.test.ext:junit:1.3.0"
    // Kotlin extensions for androidx.test.ext.junit
    androidTestImplementation "androidx.test.ext:junit-ktx:1.3.0"

    // To use the Truth Extension APIs
    androidTestImplementation "androidx.test.ext:truth:1.7.0"

    // To use the androidx.test.runner APIs
    androidTestImplementation "androidx.test:runner:1.7.0"

    // To use android test orchestrator
    androidTestUtil "androidx.test:orchestrator:1.6.1"

}

Kotlin

dependencies {
    // To use the androidx.test.core APIs
    androidTestImplementation("androidx.test:core:1.7.0")
    // Kotlin extensions for androidx.test.core
    androidTestImplementation("androidx.test:core-ktx:1.7.0")

    // To use the androidx.test.espresso
    androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")

    // To use the JUnit Extension APIs
    androidTestImplementation("androidx.test.ext:junit:1.3.0")
    // Kotlin extensions for androidx.test.ext.junit
    androidTestImplementation("androidx.test.ext:junit-ktx:1.3.0")

    // To use the Truth Extension APIs
    androidTestImplementation("androidx.test.ext:truth:1.7.0")

    // To use the androidx.test.runner APIs
    androidTestImplementation("androidx.test:runner:1.7.0")

    // To use android test orchestrator
    androidTestUtil("androidx.test:orchestrator:1.6.1")
}

For more information about dependencies, see Add Build Dependencies.

Feedback

Your feedback helps make Jetpack better. Let us know if you discover new issues or have ideas for improving this library. Please take a look at the existing issues in this library before you create a new one. You can add your vote to an existing issue by clicking the star button.

Create a new issue

See the Issue Tracker documentation for more information.

Annotation 1.1.0

Annotation 1.1.0-alpha04

April 26, 2024

androidx.test:annotation:1.1.0-alpha04} is released.

Annotation 1.1.0-alpha03

January 26, 2024

androidx.test:annotation:1.1.0-alpha03} is released.

API Changes

Annotation 1.1.0-alpha02

November 29, 2023

androidx.test:annotation:1.1.0-alpha02} is released.

API Changes

New Features

Annotation 1.1.0-alpha01

March 21, 2023

androidx.test:annotation:1.1.0-alpha01 is released.

Dependency changes

Annotation 1.0.1

Annotation 1.0.1

November 8, 2022

androidx.test:annotation:1.0.1 is released.

Changes since 1.0.0 include:

Dependency changes

Annotation 1.0.1-rc01

October 26, 2022

androidx.test:annotation:1.0.1-rc01 is released.

Annotation 1.0.1-beta01

October 6, 2022

androidx.test:annotation:1.0.1-beta01 is released.

Dependency changes

Annotation 1.0.1-alpha01

June 1, 2022

androidx.test:annotation:1.0.1-alpha01 is released.

Bug fixes

Annotation 1.0.0

Annotation 1.0.0

Dec 13, 2021

androidx.test:annotation:1.0.0 is released.

New artifact, currently for internal androidx.test use.

Annotation 1.0.0-rc01

Nov 18, 2021

androidx.test:annotation:1.0.0-rc01 is released.

Annotation 1.0.0-beta01

Nov 8, 2021

androidx.test:annotation:1.0.0-beta01 is released.

Annotation 1.0.0-alpha02

Oct 4, 2021

androidx.test:annotation:1.0.0-alpha02 is released.

Annotation 1.0.0-alpha01

Sept 28, 2021

androidx.test:annotation:1.0.0-alpha01 is released.

API Changes

Core 1.7.0

Core Core-ktx 1.7.0

July 30, 2025

androidx.test:core:1.7.0 and androidx.test:core-ktx:1.7.0 are released.

Changes since last stable release 1.6.0 include:

Bug Fixes

API Changes

Dependency Updates

Core Core-ktx 1.7.0-rc01

July 14, 2025

androidx.test:core:1.7.0-rc01 and androidx.test:core-ktx:1.7.0-rc01 are released.

Core Core-ktx 1.7.0-beta01

June 30, 2025

androidx.test:core:1.7.0-beta01 and androidx.test:core-ktx:1.7.0-beta01 are released.

Core Core-ktx 1.7.0-alpha03

April 23, 2025

androidx.test:core:1.7.0-alpha03 and androidx.test:core-ktx:1.7.0-alpha03 are released.

Bug Fixes

Core Core-ktx 1.7.0-alpha02

March 27, 2025

androidx.test:core:1.7.0-alpha02 and androidx.test:core-ktx:1.7.0-alpha02 are released.

Bug Fixes

Core Core-ktx 1.7.0-alpha01

February 03, 2025

androidx.test:core:1.7.0-alpha01 and androidx.test:core-ktx:1.7.0-alpha01 are released.

Bug Fixes * Fix Rect handling in ViewCapture for SDK >= 34 for non root views. * Fix bug reporting the status code when PixelCopy fails in ViewCapture.generateBitmapFromPixelCopy. * Improving wording of a failure message.

API Changes

Core Core-ktx 1.6.1

June 26, 2024

androidx.test:core:1.6.1 and androidx.test:core-ktx:1.6.1 are released.

Core Core-ktx 1.6.0

June 24, 2024

androidx.test:core:1.6.0 and androidx.test:core-ktx:1.6.0 are released.

Changes since last stable release 1.5.0 include:

API Changes

Bug Fixes

New Features

Core Core-ktx 1.6.0-rc01

May 30, 2024

androidx.test:core:1.6.0-rc01 and androidx.test:core-ktx:1.6.0-rc01 are released.

Core Core-ktx 1.6.0-beta01

May 16, 2024

androidx.test:core:1.6.0-beta01 and androidx.test:core-ktx:1.6.0-beta01 are released.

Bug Fixes

Core Core-ktx 1.6.0-alpha06

April 26, 2024

androidx.test:core:1.6.0-alpha06 and androidx.test:core-ktx:1.6.0-alpha06 are released.

Bug Fixes

API Changes

Core Core-ktx 1.6.0-alpha05

January 26, 2024

androidx.test:core:1.6.0-alpha05 and androidx.test:core-ktx:1.6.0-alpha05 are released.

Bug Fixes

Core Core-ktx 1.6.0-alpha04

December 05, 2023

androidx.test:core:1.6.0-alpha04 and androidx.test:core-ktx:1.6.0-alpha04 are released.

Bug Fixes

Core Core-ktx 1.6.0-alpha03

November 29, 2023

androidx.test:core:1.6.0-alpha03 and androidx.test:core-ktx:1.6.0-alpha03 are released.

Bug Fixes

API Changes

New Features

Core Core-ktx 1.6.0-alpha02

September 18, 2023

androidx.test:core:1.6.0-alpha02 and androidx.test:core-ktx:1.6.0-alpha02 are released.

Features * Updates ViewCapture to accept an optional Rect so that it can work for Compose.

Bug fixes

Dependency changes * minSdkVersion is now 19

Core Core-ktx 1.6.0-alpha01

March 21, 2023

androidx.test:core:1.6.0-alpha01 and androidx.test:core-ktx:1.6.0-alpha01 are released.

Features * Preliminary support for robolectric was added to ViewCapture.captureToBitmap

Bug fixes

Dependency changes

Core 1.5.0

Core Core-ktx 1.5.0

November 8, 2022

androidx.test:core:1.5.0 and androidx.test:core-ktx:1.5.0 are released.

Changes since 1.4.0 include:

New features

API changes

Bug fixes

Dependency changes

Core Core-ktx 1.5.0-rc01

October 26, 2022

androidx.test:core:1.5.0-rc01 and androidx.test:core-ktx:1.5.0-rc01 are released.

Core Core-ktx 1.5.0-beta01

October 6, 2022

androidx.test:core:1.5.0-beta01 and androidx.test:core-ktx:1.5.0-beta01 are released.

API changes

Core Core-ktx 1.5.0-alpha02

August 22, 2022

androidx.test:core:1.5.0-alpha02 and androidx.test:core-ktx:1.5.0-alpha02 are released.

API changes

Bug fixes

Dependency changes

Core Core-ktx 1.5.0-alpha01

June 21, 2022

androidx.test:core:1.5.0-alpha01 and androidx.test:core-ktx:1.5.0-alpha01 are released.

API changes

Core 1.4.1

Core Core-ktx 1.4.1-alpha07

June 1, 2022

androidx.test:core:1.4.1-alpha07 and androidx.test:core-ktx:1.4.1-alpha07 are released.

Bug fixes

Dependency changes

Core Core-ktx 1.4.1-alpha06

April 28, 2022

androidx.test:core:1.4.1-alpha06 and androidx.test:core-ktx:1.4.1-alpha06 are released.

Bug fixes * Fix ActivityScenario's issue with starting an Activity from intent with package name in self-instrumenting tests.

Core Core-ktx 1.4.1-alpha05

Mar 21, 2022

androidx.test:core:1.4.1-alpha05 and androidx.test:core-ktx:1.4.1-alpha05 are released.

Core Core-ktx 1.4.1-alpha04

Feb 11, 2022

androidx.test:core:1.4.1-alpha04 and androidx.test:core-ktx:1.4.1-alpha04 are released.

New Features

Dependency Changes

Core Core-ktx 1.4.1-alpha03

Oct 4, 2021

androidx.test:core:1.4.1-alpha03 and androidx.test:core-ktx:1.4.1-alpha03 are released.

Bug fixes

Core Core-ktx 1.4.1-alpha02

Sept 28, 2021

androidx.test:core:1.4.1-alpha02 and androidx.test:core-ktx:1.4.1-alpha02 are released.

New Features

Dependency Changes

Core Core-ktx 1.4.1-alpha01

Aug 23, 2021

androidx.test:core:1.4.1-alpha01 and androidx.test:core-ktx:1.4.1-alpha01 are released.

Bug Fixes

Dependency Changes

Espresso 3.7.0

Espresso 3.7.0

July 30, 2025

The following artifacts were released:

Changes since last stable 3.6.1 release include:

Bug Fixes

API Changes

Espresso 3.7.0-rc01

July 14, 2025

The following artifacts were released:

Espresso 3.7.0-beta01

June 30, 2025

The following artifacts were released:

Espresso 3.7.0-alpha04

June 13, 2025

The following artifacts were released:

Bug Fixes

Espresso 3.7.0-alpha03

April 23, 2025

The following artifacts were released:

Bug Fixes

Espresso 3.7.0-alpha02

March 27, 2025

The following artifacts were released:

Bug Fixes

Espresso 3.7.0-alpha01

February 03, 2025

The following artifacts were released:

Bug Fixes

API Changes

Espresso 3.6.1

June 26, 2024

The following artifacts were released:

Bug Fixes

Espresso 3.6.0

June 24, 2024

The following artifacts were released:

Changes since last stable release 3.5.1 include:

Bug Fixes

API Changes

New Features

Espresso 3.6.0-rc01

May 30, 2024

The following artifacts were released:

Espresso 3.6.0-beta01

May 16, 2024

The following artifacts were released:

Bug Fixes

Espresso 3.6.0-alpha04

April 26, 2024

The following artifacts were released:

Bug Fixes

New Features

API Changes

Espresso 3.6.0-alpha03

January 26, 2024

The following artifacts were released:

Bug Fixes

API Changes

Espresso 3.6.0-alpha02

November 29, 2023

The following artifacts were released:

Bug Fixes

API Changes

New Features

Espresso 3.6.0-alpha01

March 21, 2023

The following artifacts were released:

API changes

Dependency changes

Espresso 3.5.0

Espresso 3.5.1

January 3, 2023

The following artifacts were released:

Bug fixes

Dependency changes

Espresso 3.5.0

November 8, 2022

The following artifacts were released:

New Features

API changes

Bug fixes

Dependency changes

Espresso 3.5.0-rc01

October 26, 2022

The following artifacts were released:

Espresso 3.5.0-beta02

October 21, 2022

The following artifacts were released:

API changes

Bug fixes

Dependency changes

Espresso 3.5.0-beta01

October 6, 2022

The following artifacts were released:

API changes

Bug fixes

Dependency changes

Espresso 3.5.0-alpha07

June 1, 2022

The following artifacts were released:

Bug fixes

Dependency changes

Espresso 3.5.0-alpha06

April 28, 2022

The following artifacts were released:

Bug Fixes

Espresso 3.5.0-alpha05

Mar 21, 2022

The following artifacts were released:

Bug Fixes

Espresso 3.5.0-alpha04

Feb 11, 2022

The following artifacts were released:

API Changes

New Features

Bug Fixes

Dependency Changes

Espresso 3.5.0-alpha03

Oct 4, 2021

The following artifacts were released:

New features

Bug fixes

Espresso 3.5.0-alpha02

Sept 28, 2021

The following artifacts were released:

New features

Dependency Changes

Espresso 3.5.0-alpha01

Aug 23, 2021

The following artifacts were released:

New features

API Changes

Dependency Changes

Espresso Device 1.1.0

Espresso Device 1.1.0

July 30, 2025

androidx.test.espresso:espresso-device:1.1.0 is released.

Changes since last stable 1.0.1 release include:

Bug Fixes

API Changes

Espresso Device 1.1.0-rc01

July 14, 2025

androidx.test.espresso:espresso-device:1.1.0-rc01 is released.

Espresso Device 1.1.0-beta01

June 30, 2025

androidx.test.espresso:espresso-device:1.1.0-beta01 is released.

Espresso Device 1.1.0-alpha03

April 23, 2025

androidx.test.espresso:espresso-device:1.1.0-alpha03 is released.

Bug Fixes

Espresso Device 1.1.0-alpha02

March 27, 2025

androidx.test.espresso:espresso-device:1.1.0-alpha02 is released.

Bug Fixes

Espresso Device 1.1.0-alpha01

February 03, 2025

androidx.test.espresso:espresso-device:1.1.0-alpha01 is released.

Bug Fixes

API Changes * Update WidthSizeClass and HeightSizeClass to use androidx.window size classes * Update to minSdkVersion 21

Espresso Device 1.0.1

June 26, 2024

androidx.test.espresso:espresso-device:1.0.1 is released.

Espresso Device 1.0.0

June 24, 2024

androidx.test.espresso:espresso-device:1.0.0 is released.

Initial release!

New Features

Espresso Device 1.0.0-rc01

May 30, 2024

androidx.test.espresso:espresso-device:1.0.0-rc01 is released.

Bug Fixes

Espresso Device 1.0.0-beta01

May 16, 2024

androidx.test.espresso:espresso-device:1.0.0-beta01 is released.

Bug Fixes

Espresso Device 1.0.0-alpha09

April 26, 2024

androidx.test.espresso:espresso-device:1.0.0-alpha09 is released.

Bug Fixes * Clarify error messaging for setting screen orientation without a resumed activity * Support setting screen orientation on half-folded API 34 physical devices

API Changes

Espresso Device 1.0.0-alpha08

January 26, 2024

androidx.test.espresso:espresso-device:1.0.0-alpha08 is released.

Bug Fixes

API Changes * Remove ExperimentalTestApi from androidx.test.filter.CustomFilter

Espresso Device 1.0.0-alpha07

November 29, 2023

androidx.test.espresso:espresso-device:1.0.0-alpha07 is released.

API Changes

New Features

Espresso Device 1.0.0-alpha06

September 18, 2023

The following artifacts were released:

API changes * Support setting screen orientation on physical devices that are open * Remove ActionContext interface

Dependency changes * minSdkVersion is now 19

Espresso Device 1.0.0-alpha05

May 4, 2023

The following artifacts were released:

API changes

JUnit Extensions 1.3.0

ext.junit 1.3.0

July 30, 2025

androidx.test.ext:junit:1.3.0 and androidx.test.ext:junit-ktx:1.3.0 are released.

Changes since last stable release 1.2.1 include:

Bug Fixes

API Changes

ext.junit 1.3.0-rc01

July 14, 2025

androidx.test.ext:junit:1.3.0-rc01 and androidx.test.ext:junit-ktx:1.3.0-rc01 are released.

ext.junit 1.3.0-beta01

June 30, 2025

androidx.test.ext:junit:1.3.0-beta01 and androidx.test.ext:junit-ktx:1.3.0-beta01 are released.

ext.junit 1.3.0-alpha03

April 23, 2025

androidx.test.ext:junit:1.3.0-alpha03 and androidx.test.ext:junit-ktx:1.3.0-alpha03 are released.

Bug Fixes

ext.junit 1.3.0-alpha02

March 27, 2025

androidx.test.ext:junit:1.3.0-alpha02 and androidx.test.ext:junit-ktx:1.3.0-alpha02 are released.

Bug Fixes

ext.junit 1.3.0-alpha01

February 03, 2025

androidx.test.ext:junit:1.3.0-alpha01 and androidx.test.ext:junit-ktx:1.3.0-alpha01 are released.

API Changes

ext.junit 1.2.1

June 26, 2024

androidx.test.ext:junit:1.2.1 and androidx.test.ext:junit-ktx:1.2.1 are released.

ext.junit 1.2.0

June 24, 2024

androidx.test.ext:junit:1.2.0 and androidx.test.ext:junit-ktx:1.2.0 are released.

Changes since last stable release 1.1.5 include:

API changes

Bug Fixes

New features

ext.junit 1.2.0-rc01

May 30, 2024

androidx.test.ext:junit:1.2.0-rc01 and androidx.test.ext:junit-ktx:1.2.0-rc01 are released.

ext.junit 1.2.0-beta01

May 16, 2024

androidx.test.ext:junit:1.2.0-beta01 and androidx.test.ext:junit-ktx:1.2.0-beta01 are released.

ext.junit 1.2.0-alpha04

April 26, 2024

androidx.test.ext:junit:1.2.0-alpha04 and androidx.test.ext:junit-ktx:1.2.0-alpha04 are released.

Bug Fixes

ext.junit 1.2.0-alpha03

January 26, 2024

androidx.test.ext:junit:1.2.0-alpha03 and androidx.test.ext:junit-ktx:1.2.0-alpha03 are released.

Bug Fixes

ext.junit 1.2.0-alpha02

November 29, 2023

androidx.test.ext:junit:1.2.0-alpha02 and androidx.test.ext:junit-ktx:1.2.0-alpha02 are released.

API Changes

New Features

ext.junit 1.2.0-alpha01

March 21, 2023

androidx.test.ext:junit:1.2.0-alpha01 and androidx.test.ext:junit-ktx:1.2.0-alpha01 are released.

API changes

Dependency changes

JUnit Extensions 1.1.5

ext.junit 1.1.5

January 3, 2023

androidx.test.ext:junit:1.1.5 and androidx.test.ext:junit-ktx:1.1.5 are released.

Bug fixes

JUnit Extensions 1.1.4

ext.junit 1.1.4

November 8, 2022

androidx.test.ext:junit:1.1.4 and androidx.test.ext:junit-ktx:1.1.4 are released.

Changes since 1.1.3 include:

Dependency changes

ext.junit 1.1.4-rc01

October 26, 2022

androidx.test.ext:junit:1.1.4-rc01 and androidx.test.ext:junit-ktx:1.1.4-rc01 are released.

ext.junit 1.1.4-beta01

October 6, 2022

androidx.test.ext:junit:1.1.4-beta01 and androidx.test.ext:junit-ktx:1.1.4-beta01 are released.

Dependency changes

ext.junit 1.1.4-alpha07

June 1, 2022

androidx.test.ext:junit:1.1.4-alpha07 and androidx.test.ext:junit-ktx:1.1.4-alpha07 are released.

Bug fixes

Dependency changes

ext.junit 1.1.4-alpha06

April 28, 2022

androidx.test.ext:junit:1.1.4-alpha06 and androidx.test.ext:junit-ktx:1.1.4-alpha06 are released.

Bug Fixes

ext.junit 1.1.4-alpha05

Mar 21, 2022

androidx.test.ext:junit:1.1.4-alpha05 and androidx.test.ext:junit-ktx:1.1.4-alpha05 are released.

ext.junit 1.1.4-alpha04

Feb 11, 2022

androidx.test.ext:junit:1.1.4-alpha04 and androidx.test.ext:junit-ktx:1.1.4-alpha04 are released.

** Dependency Changes

ext.junit 1.1.4-alpha03

Oct 4, 2021

androidx.test.ext:junit:1.1.4-alpha03 and androidx.test.ext:junit-ktx:1.1.4-alpha03 are released.

ext.junit 1.1.4-alpha02

Sept 28, 2021

androidx.test.ext:junit:1.1.4-alpha02 and androidx.test.ext:junit-ktx:1.1.4-alpha02 are released.

Dependency Changes

ext.junit 1.1.4-alpha01

Aug 23, 2021

androidx.test.ext:junit:1.1.4-alpha01 and androidx.test.ext:junit-ktx:1.1.4-alpha01 are released.

Dependency Changes

Junit-Gtest 1.0

Junit-Gtest 1.0.0-alpha01

March 23, 2022

androidx.test.ext:junit-gtest:1.0.0-alpha01 is released. Version 1.0.0-alpha01 contains these commits.

Features in first release

Truth Extensions 1.7.0

ext.truth 1.7.0

July 30, 2025

androidx.test.ext:truth:1.7.0 is released.

Changes since last stable 1.6.0 release include:

Bug Fixes

API Changes

ext.truth 1.7.0

July 30, 2025

androidx.test.ext:truth:1.7.0 is released.

ext.truth 1.7.0-rc01

July 14, 2025

androidx.test.ext:truth:1.7.0-rc01 is released.

ext.truth 1.7.0-beta01

June 30, 2025

androidx.test.ext:truth:1.7.0-beta01 is released.

ext.truth 1.7.0-alpha03

April 23, 2025

androidx.test.ext:truth:1.7.0-alpha03 is released.

ext.truth 1.7.0-alpha02

March 27, 2025

androidx.test.ext:truth:1.7.0-alpha02 is released.

Bug Fixes

ext.truth 1.7.0-alpha01

February 03, 2025

androidx.test.ext:truth:1.7.0-alpha01 is released.

API Changes

ext.truth 1.6.0

June 24, 2024

androidx.test.ext:truth:1.6.0 is released.

Changes since last stable release 1.5.0 include:

API Changes

Bug Fixes

New Features

ext.truth 1.6.0-rc01

May 30, 2024

androidx.test.ext:truth:1.6.0-rc01 is released.

ext.truth 1.6.0-beta01

May 16, 2024

androidx.test.ext:truth:1.6.0-beta01 is released.

Bug Fixes

ext.truth 1.6.0-alpha04

April 26, 2024

androidx.test.ext:truth:1.6.0-alpha04 is released.

New Features

ext.truth 1.6.0-alpha03

January 26, 2024

androidx.test.ext:truth:1.6.0-alpha03 is released.

Bug Fixes

New Features

ext.truth 1.6.0-alpha02

November 29, 2023

androidx.test.ext:truth:1.6.0-alpha02 is released.

API Changes

New Features

ext.truth 1.6.0-alpha01

March 21, 2022

androidx.test.ext:truth:1.6.0-alpha01 is released.

Dependency changes

Truth Extensions 1.5.0

ext.truth 1.5.0

November 8, 2022

androidx.test.ext:truth:1.5.0 is released.

Changes since 1.4.0 include:

API changes

Bug fixes

Dependency Changes

ext.truth 1.5.0-rc01

October 26, 2022

androidx.test.ext:truth:1.5.0-rc01 is released.

ext.truth 1.5.0-beta02

October 21, 2022

androidx.test.ext:truth:1.5.0-beta02 is released.

API changes

ext.truth 1.5.0-beta01

October 6, 2022

androidx.test.ext:truth:1.5.0-beta01 is released.

API changes

ext.truth 1.5.0-alpha07

June 1, 2022

androidx.test.ext:truth:1.5.0-alpha07 is released.

Bug fixes

ext.truth 1.5.0-alpha06

April 28, 2022

androidx.test.ext:truth:1.5.0-alpha06 is released.

ext.truth 1.5.0-alpha05

Mar 21, 2022

androidx.test.ext:truth:1.5.0-alpha05 is released.

Bug fixes

ext.truth 1.5.0-alpha04

Feb 11, 2022

androidx.test.ext:truth:1.5.0-alpha04 is released.

ext.truth 1.5.0-alpha03

Oct 4, 2021

androidx.test.ext:truth:1.5.0-alpha03 is released.

ext.truth 1.5.0-alpha02

Sept 28, 2021

androidx.test.ext:truth:1.5.0-alpha02 is released.

API Changes

Dependency Changes

ext.truth 1.5.0-alpha01

Aug 23, 2021

androidx.test.ext:truth:1.5.0-alpha01 is released.

API Changes

Monitor 1.9.0

monitor 1.9.0-alpha01

January 14, 2026

androidx.test:monitor:1.9.0-alpha01 is released.

Bug Fixes

API Changes

monitor 1.8.0

July 30, 2025

androidx.test:monitor:1.8.0 is released.

Changes since last stable 1.7.2 release include:

Bug Fixes

New Features

API Changes

monitor 1.8.0-rc01

July 14, 2025

androidx.test:monitor:1.8.0-rc01 is released.

monitor 1.8.0-beta01

June 30, 2025

androidx.test:monitor:1.8.0-beta01 is released.

New Features

monitor 1.8.0-alpha03

April 23, 2025

androidx.test:monitor:1.8.0-alpha03 is released.

Bug Fixes

monitor 1.8.0-alpha02

March 27, 2025

androidx.test:monitor:1.8.0-alpha02 is released.

Bug Fixes

monitor 1.8.0-alpha01

February 03, 2025

androidx.test:monitor:1.8.0-alpha01 is released.

API Changes

monitor 1.7.2

August 14, 2024

androidx.test:monitor:1.7.2 is released.

Bug Fixes

monitor 1.7.1

June 26, 2024

androidx.test:monitor:1.7.1 is released.

Bug Fixes

monitor 1.7.0

June 24, 2024

androidx.test:monitor:1.7.0 is released.

Changes since last stable release 1.6.1 include:

API Changes

Bug Fixes

New Features

Known issues

monitor 1.7.0-rc01

May 30, 2024

androidx.test:monitor:1.7.0-rc01 is released.

monitor 1.7.0-beta01

May 16, 2024

androidx.test:monitor:1.7.0-beta01 is released.

Bug Fixes

monitor 1.7.0-alpha05

April 26, 2024

androidx.test:monitor:1.7.0-alpha05 is released.

API Changes * Make DeviceController an public API from ExperimentalTestApi * Move PlatformTestStorage to a public API * Add internal ControlledLooper#isDrawCallbacksSupported.

monitor 1.7.0-alpha04

January 26, 2024

androidx.test:monitor:1.7.0-alpha04 is released.

Bug Fixes

API Changes * Move androidx.test.platform.tracing back to an internal API

monitor 1.7.0-alpha03

November 29, 2023

androidx.test:monitor:1.7.0-alpha03 is released.

API Changes

New Features

monitor 1.7.0-alpha02

September 18, 2023

androidx.test:monitor:1.7.0-alpha02 is released.

API change * Add AppComponentFactory Rule

Features * Dump thread states when idling resources time out

Bug fixes * Fix captureToBitmap for Views inside a Dialog on APIs >= 26.

Dependency changes * minSdkVersion is now 19

monitor 1.7.0-alpha01

March 21, 2023

androidx.test:monitor:1.7.0-alpha01 is released.

Dependency changes

Monitor 1.6.0

monitor 1.6.1

January 3, 2023

androidx.test:monitor:1.6.1 is released.

Bug fixes

monitor 1.6.0

November 8, 2022

androidx.test:monitor:1.6.0 is released.

Changes since 1.5.0 include:

API changes

Bug fixes

Dependency Changes

monitor 1.6.0-rc01

October 26, 2022

androidx.test:monitor:1.6.0-rc01 is released.

monitor 1.6.0-beta01

October 6, 2022

androidx.test:monitor:1.6.0-beta01 is released.

monitor 1.6.0-alpha05

August 22, 2022

androidx.test:monitor:1.6.0-alpha05 is released.

API changes

Monitor aka Platform 1.6.0

monitor 1.6.0-alpha04

June 1, 2022

androidx.test:monitor:1.6.0-alpha04 is released.

Bug fixes

monitor 1.6.0-alpha03

April 28, 2022

androidx.test:monitor:1.6.0-alpha03 is released.

Bug fixes

monitor 1.6.0-alpha02

Mar 21, 2022

androidx.test:monitor:1.6.0-alpha02 is released.

Bug fixes

monitor 1.6.0-alpha01

Feb 11, 2022

androidx.test:monitor:1.6.0-alpha01 is released.

API Changes

Dependency Changes

Monitor aka Platform 1.5.0

monitor 1.5.0

Dec 13, 2021

androidx.test:monitor:1.5.0 is released.

Changes since last 1.4.0 stable release are:

API Changes

monitor 1.5.0-rc01

Nov 18, 2021

androidx.test:monitor:1.5.0-rc01 is released.

monitor 1.5.0-beta01

Nov 8, 2021

androidx.test:monitor:1.5.0-beta01 is released.

monitor 1.5.0-alpha03

Oct 4, 2021

androidx.test:monitor:1.5.0-alpha03 is released.

monitor 1.5.0-alpha02

Sept 28, 2021

androidx.test:monitor:1.5.0-alpha02 is released.

API Changes

monitor 1.5.0-alpha01

Aug 23, 2021

androidx.test:monitor:1.5.0-alpha01 is released.

API Changes

Orchestrator 1.6.1

orchestrator 1.6.1

July 31, 2025

androidx.test:orchestrator:1.6.1 is released.

Bug Fixes

orchestrator 1.6.0

July 30, 2025

androidx.test:orchestrator:1.6.0 is released.

Changes since last stable 1.5.1 release include:

Bug Fixes

API Changes

orchestrator 1.6.0-rc01

July 14, 2025

androidx.test:orchestrator:1.6.0-rc01 is released.

orchestrator 1.6.0-beta01

June 30, 2025

androidx.test:orchestrator:1.6.0-beta01 is released.

Bug Fixes

orchestrator 1.6.0-alpha04

April 23, 2025

androidx.test:orchestrator:1.6.0-alpha04 is released.

Bug Fixes

orchestrator 1.6.0-alpha03

March 27, 2025

androidx.test:orchestrator:1.6.0-alpha03 is released.

Bug Fixes

orchestrator 1.6.0-alpha02

February 03, 2025

androidx.test:orchestrator:1.6.0-alpha02 is released.

orchestrator 1.6.0-alpha01

November 20, 2024

androidx.test:orchestrator:1.6.0-alpha01 is released.

API Changes

orchestrator 1.5.1

October 15, 2024

androidx.test:orchestrator:1.5.1 is released.

Bug Fixes

orchestrator 1.5.0

June 24, 2024

androidx.test:orchestrator:1.5.0 is released.

Changes since last stable release 1.4.2 include:

New Features

API Changes

Bug Fixes

orchestrator 1.5.0-rc01

May 30, 2024

androidx.test:orchestrator:1.5.0-rc01 is released.

orchestrator 1.5.0-beta01

May 16, 2024

androidx.test:orchestrator:1.5.0-beta01 is released.

orchestrator 1.5.0-alpha04

April 26, 2024

androidx.test:orchestrator:1.5.0-alpha04 is released.

orchestrator 1.5.0-alpha03

February 29, 2024

androidx.test:orchestrator:1.5.0-alpha03 is released.

New Features

orchestrator 1.5.0-alpha02

November 29, 2023

androidx.test:orchestrator:1.5.0-alpha02 is released.

API Changes

Bug Fixes

New Features

orchestrator 1.5.0-alpha01

March 21, 2023

androidx.test:orchestrator:1.5.0-alpha01 is released.

Dependency changes

Orchestrator 1.4.2

orchestrator 1.4.2

November 8, 2022

androidx.test:orchestrator:1.4.2 is released.

orchestrator 1.4.2-rc01

October 26, 2022

androidx.test:orchestrator:1.4.2-rc01 is released.

orchestrator 1.4.2-beta01

October 6, 2022

androidx.test:orchestrator:1.4.2-beta01 is released.

orchestrator 1.4.2-alpha04

June 1, 2022

androidx.test:orchestrator:1.4.2-alpha04 is released.

Bug fixes

orchestrator 1.4.2-alpha03

April 28, 2022

androidx.test:orchestrator:1.4.2-alpha03 is released.

orchestrator 1.4.2-alpha02

Mar 21, 2022

androidx.test:orchestrator:1.4.2-alpha02 is released.

orchestrator 1.4.2-alpha01

Feb 11, 2022

androidx.test:orchestrator:1.4.2-alpha01 is released.

Orchestrator 1.4.1

orchestrator 1.4.1

Dec 13, 2021

androidx.test:orchestrator:1.4.1 is released.

The notable changes since previous 1.4.0 stable release are:

Bug Fixes

orchestrator 1.4.1-rc01

Nov 18, 2021

androidx.test:orchestrator:1.4.1-rc01 is released.

orchestrator 1.4.1-beta01

Nov 8, 2021

androidx.test:orchestrator:1.4.1-beta01 is released.

orchestrator 1.4.1-alpha03

Oct 4, 2021

androidx.test:orchestrator:1.4.1-alpha03 is released.

orchestrator 1.4.1-alpha02

Sept 28, 2021

androidx.test:orchestrator:1.4.1-alpha02 is released.

orchestrator 1.4.1-alpha01

Aug 23, 2021

androidx.test:orchestrator:1.4.1-alpha01 is released.

Bug Fixes

Runner 1.7.0

runner 1.7.0

July 30, 2025

androidx.test:runner:1.7.0 is released.

Changes since last stable 1.6.1 release include:

Bug Fixes

API Changes

runner 1.7.0-rc01

July 14, 2025

androidx.test:runner:1.7.0-rc01 is released.

runner 1.7.0-beta01

June 30, 2025

androidx.test:runner:1.7.0-beta01 is released.

runner 1.7.0-alpha03

April 23, 2025

androidx.test:runner:1.7.0-alpha03 is released.

Bug Fixes

runner 1.7.0-alpha02

March 27, 2025

androidx.test:runner:1.7.0-alpha02 is released.

Bug Fixes

runner 1.7.0-alpha01

February 03, 2025

androidx.test:runner:1.7.0-alpha01 is released.

Bug Fixes

API Changes

runner 1.6.2

August 14, 2024

androidx.test:runner:1.6.2 is released.

runner 1.6.1

June 26, 2024

androidx.test:runner:1.6.1 is released.

runner 1.6.0

June 24, 2024

androidx.test:runner:1.6.0 is released.

Changes since last stable release 1.5.2 include:

API Changes

Bug Fixes

New Features

runner 1.6.0-rc01

May 30, 2024

androidx.test:runner:1.6.0-rc01 is released.

runner 1.6.0-beta01

May 16, 2024

androidx.test:runner:1.6.0-beta01 is released.

Bug Fixes

runner 1.6.0-alpha07

April 26, 2024

androidx.test:runner:1.6.0-alpha07 is released.

Bug Fixes

runner 1.6.0-alpha06

January 26, 2024

androidx.test:runner:1.6.0-alpha06 is released.

Bug Fixes

API Changes

runner 1.6.0-alpha05

November 29, 2023

androidx.test:runner:1.6.0-alpha05 is released.

Bug Fixes

API Changes

New Features

runner 1.6.0-alpha04

August 21, 2023

androidx.test:runner:1.6.0-alpha04 is released.

Bug fixes

Dependency changes

runner 1.6.0-alpha03

June 30, 2023

androidx.test:runner:1.6.0-alpha03 is released.

Bug fixes

runner 1.6.0-alpha02

April 25, 2023

androidx.test:runner:1.6.0-alpha02 is released.

Bug fixes

runner 1.6.0-alpha01

March 21, 2023

androidx.test:runner:1.6.0-alpha01 is released.

Bug fixes

Dependency changes

Runner 1.5.0

runner 1.5.2

January 3, 2023

androidx.test:runner:1.5.2 is released.

Bug fixes

runner 1.5.1

November 9, 2022

androidx.test:runner:1.5.1 is released.

Bug fixes

runner 1.5.0

November 8, 2022

androidx.test:runner:1.5.0 is released.

Changes since 1.4.0 include:

New features

API changes

Bug fixes

Dependency Changes

runner 1.5.0-rc01

October 26, 2022

androidx.test:runner:1.5.0-rc01 is released.

runner 1.5.0-beta02

October 21, 2022

androidx.test:runner:1.5.0-beta02 is released.

API changes

Bug fixes

runner 1.5.0-beta01

October 6, 2022

androidx.test:runner:1.5.0-beta01 is released.

API changes

Bug fixes

runner 1.5.0-alpha04

June 1, 2022

androidx.test:runner:1.5.0-alpha04 is released.

Bug fixes

runner 1.5.0-alpha03

April 28, 2022

androidx.test:runner:1.5.0-alpha03 is released.

Bug fixes

runner 1.5.0-alpha02

Mar 21, 2022

androidx.test:runner:1.5.0-alpha02 is released.

Bug Fixes

runner 1.5.0-alpha01

Feb 11, 2022

androidx.test:runner:1.5.0-alpha01 is released.

API Changes

New Features

Bug Fixes

Runner 1.4.1

runner 1.4.1-alpha03

Oct 4, 2021

androidx.test:runner:1.4.1-alpha03 is released.

Bug fixes

runner 1.4.1-alpha02

Sept 28, 2021

androidx.test:runner:1.4.1-alpha02 is released.

API Changes

Bug fixes

Dependency Changes

runner 1.4.1-alpha01

Aug 23, 2021

androidx.test:runner:1.4.1-alpha01 is released.

Bug Fixes

Rules 1.7.0

rules 1.7.0

July 30, 2025

androidx.test:rules:1.7.0 is released.

Changes since last stable 1.6.0 release include:

API Changes

Bug Fixes

API Changes

rules 1.7.0-rc01

July 14, 2025

androidx.test:rules:1.7.0-rc01 is released.

rules 1.7.0-beta01

June 30, 2025

androidx.test:rules:1.7.0-beta01 is released.

Breaking Changes

rules 1.7.0-alpha03

April 23, 2025

androidx.test:rules:1.7.0-alpha03 is released.

Bug Fixes

rules 1.7.0-alpha02

March 27, 2025

androidx.test:rules:1.7.0-alpha02 is released.

Bug Fixes

rules 1.7.0-alpha01

February 03, 2025

androidx.test:rules:1.7.0-alpha01 is released.

API Changes

rules 1.6.1

June 26, 2024

androidx.test:rules:1.6.1 is released.

rules 1.6.0

June 24, 2024

androidx.test:rules:1.6.0 is released.

Changes since last stable release 1.5.0 include:

API Changes

Bug Fixes

New Features

rules 1.6.0-rc01

May 30, 2024

androidx.test:rules:1.6.0-rc01 is released.

rules 1.6.0-beta01

May 16, 2024

androidx.test:rules:1.6.0-beta01 is released.

Bug Fixes

rules 1.6.0-alpha04

April 26, 2024

androidx.test:rules:1.6.0-alpha04 is released.

Bug Fixes

rules 1.6.0-alpha03

January 26, 2024

androidx.test:rules:1.6.0-alpha03 is released.

Bug Fixes

API Changes

rules 1.6.0-alpha02

November 29, 2023

androidx.test:rules:1.6.0-alpha02 is released.

Bug Fixes

API Changes

New Features

rules 1.6.0-alpha01

March 21, 2023

androidx.test:rules:1.6.0-alpha01 is released.

Dependency changes

Rules 1.5.0

rules 1.5.0

November 8, 2022

androidx.test:rules:1.5.0 is released.

Changes since 1.4.0 include:

API Changes

Dependency Changes

Rules 1.5.0

rules 1.5.0-rc01

October 26, 2022

androidx.test:rules:1.5.0-rc01 is released.

rules 1.5.0-beta01

October 21, 2022

androidx.test:rules:1.5.0-beta01 is released.

API Changes

Rules 1.4.1

rules 1.4.1-beta01

October 6, 2022

androidx.test:rules:1.4.1-beta01 is released.

rules 1.4.1-alpha07

June 1, 2022

androidx.test:rules:1.4.1-alpha07 is released.

Bug fixes

rules 1.4.1-alpha06

April 28, 2022

androidx.test:rules:1.4.1-alpha06 is released.

rules 1.4.1-alpha05

Mar 21 2022

androidx.test:rules:1.4.1-alpha05 is released.

rules 1.4.1-alpha04

Feb 11 2022

androidx.test:rules:1.4.1-alpha04 is released.

rules 1.4.1-alpha03

Oct 4, 2021

androidx.test:rules:1.4.1-alpha03 is released.

rules 1.4.1-alpha02

Sept 28, 2021

androidx.test:rules:1.4.1-alpha02 is released.

API Changes

Dependency Changes

rules 1.4.1-alpha01

Aug 23, 2021

androidx.test:rules:1.4.1-alpha01 is released.

No significant changes

Services 1.6.0

services 1.6.0

July 30, 2025

androidx.test.services:test-services:1.6.0 androidx.test.services:storage:1.6.0 are released.

Changes since last stable 1.5.0 release include:

New Features

Bug Fixes

API Changes

services 1.6.0-rc01

July 14, 2025

androidx.test.services:test-services:1.6.0-rc01 androidx.test.services:storage:1.6.0-rc01 are released.

services 1.6.0-beta01

June 30, 2025

androidx.test.services:test-services:1.6.0-beta01 androidx.test.services:storage:1.6.0-beta01 are released.

services 1.6.0-alpha04

April 23, 2025

androidx.test.services:test-services:1.6.0-alpha04 androidx.test.services:storage:1.6.0-alpha04 are released.

Bug Fixes

New Features

services 1.6.0-alpha03

March 27, 2025

androidx.test.services:test-services:1.6.0-alpha03 androidx.test.services:storage:1.6.0-alpha03 are released.

Bug Fixes

services 1.6.0-alpha02

February 03, 2025

androidx.test.services:test-services:1.6.0-alpha02 androidx.test.services:storage:1.6.0-alpha02 are released.

Bug Fixes

services 1.6.0-alpha01

November 20, 2024

androidx.test.services:test-services:1.6.0-alpha01 androidx.test.services:storage:1.6.0-alpha01 are released.

Bug Fixes

New Features

API Changes

services 1.5.0

June 24, 2024

androidx.test.services:test-services:1.5.0 androidx.test.services:storage:1.5.0 are released.

Changes since last stable 1.4.2 release include:

API Changes

Bug Fixes

New Features

services 1.5.0-rc01

May 30, 2024

androidx.test.services:test-services:1.5.0-rc01 androidx.test.services:storage:1.5.0-rc01 are released.

services 1.5.0-beta01

May 16, 2024

androidx.test.services:test-services:1.5.0-beta01 androidx.test.services:storage:1.5.0-beta01 are released.

Bug Fixes

services 1.5.0-alpha04

April 26, 2024

androidx.test.services:test-services:1.5.0-alpha04 androidx.test.services:storage:1.5.0-alpha04 are released.

Bug Fixes

API Changes

services 1.5.0-alpha03

January 26, 2024

androidx.test.services:test-services:1.5.0-alpha03 androidx.test.services:storage:1.5.0-alpha03 are released.

Bug Fixes

services 1.5.0-alpha02

November 29, 2023

androidx.test.services:test-services:1.5.0-alpha02 androidx.test.services:storage:1.5.0-alpha02 are released.

Bug Fixes

API Changes

New Features

services 1.5.0-alpha01

March 21, 2022

androidx.test.services:test-services:1.5.0-alpha01 androidx.test.services:storage:1.5.0-alpha01 are released.

Dependency changes

Services 1.4.2

services 1.4.2

November 8, 2022

androidx.test.services:test-services:1.4.2 androidx.test.services:storage:1.4.2 are released.

services 1.4.2-rc01

October 26, 2022

androidx.test.services:test-services:1.4.2-rc01 androidx.test.services:storage:1.4.2-rc01 are released.

services 1.4.2-beta01

October 6, 2022

androidx.test.services:test-services:1.4.2-beta01 androidx.test.services:storage:1.4.2-beta01 are released.

services 1.4.2-alpha04

June 1, 2022

androidx.test.services:test-services:1.4.2-alpha04 androidx.test.services:storage:1.4.2-alpha04 are released.

Bug fixes

services 1.4.2-alpha03

April 28, 2022

androidx.test.services:test-services:1.4.2-alpha03 androidx.test.services:storage:1.4.2-alpha03 are released.

services 1.4.2-alpha02

Mar 21, 2022

androidx.test.services:test-services:1.4.2-alpha02 androidx.test.services:storage:1.4.2-alpha02 are released.

services 1.4.2-alpha01

Feb 11, 2022

androidx.test.services:test-services:1.4.2-alpha01 androidx.test.services:storage:1.4.2-alpha01 are released.

Services 1.4.1

services 1.4.1

Dec 13, 2021

androidx.test.services:test-services:1.4.1 androidx.test.services:storage:1.4.1 are released.

The notable changes since previous 1.4.0 stable release are:

** Bug Fixes**

services 1.4.1-rc01

Nov 18, 2021

androidx.test.services:test-services:1.4.1-rc01 androidx.test.services:storage:1.4.1-rc01 are released.

services 1.4.1-beta01

Nov 8, 2021

androidx.test.services:test-services:1.4.1-beta01 androidx.test.services:storage:1.4.1-beta01 are released.

services 1.4.1-alpha03

Oct 4, 2021

androidx.test.services:test-services:1.4.1-alpha03 androidx.test.services:storage:1.4.1-alpha03 are released.

services 1.4.1-alpha02

Sept 28, 2021

androidx.test.services:test-services:1.4.1-alpha02 androidx.test.services:storage:1.4.1-alpha02 are released.

services 1.4.1-alpha01

Aug 23, 2021

androidx.test.services:test-services:1.4.1-alpha01 androidx.test.services:storage:1.4.1-alpha01 are released.

** Bug Fixes**

Version 1.4.0

Version 1.4.0

June 30, 2021

This is the stable release of AndroidX Test 1.4.0 + Espresso 3.4.0. It contains updates to the following libraries:

There are no changes since 1.4.0-rc01. Here is a summary of the changes since the 1.3.0 release:

New Features

Bug Fixes

Dependency Changes

Known Issues

Version 1.4.0-rc01

June 21, 2021

This is a release candidate of AndroidX Test 1.4.0/Espresso 3.4.0. APIs are stable. It contains updates to the following libraries:

This release candidate is equivalent to the 1.4.0-beta02/3.4.0-beta02 release, aside from the version number.

Version 1.4.0-beta02

June 7, 2021

This is a beta release of AndroidX Test 1.4.0. APIs are not expected to change. It contains updates to the following libraries:

Here is a summary of the changes since the 1.4.0-beta01 release:

Bug fixes

Version 1.4.0-beta01

May 17, 2021

This is the beta release of AndroidX Test 1.4.0. APIs are not expected to change. It contains updates to the following libraries:

Here is a summary of the changes since the 1.4.0-alpha06 release:

New API cleanup

Version 1.4.0-alpha06

April 29, 2021

This is the alpha release of AndroidX Test 1.4.0. New APIs are subject to change. It contains updates to the following libraries:

Here is a summary of the changes since the 1.4.0-alpha05 release:

Bug Fixes

Version 1.4.0-alpha05

March 15, 2021

This is the alpha release of AndroidX Test 1.4.0. New APIs are subject to change. It contains updates to the following libraries:

Here is a summary of the changes since the 1.4.0-alpha04 release:

API Changes

Bug Fixes

Version 1.4.0-alpha04

February 8, 2021

This is the alpha release of AndroidX Test 1.4.0. New APIs are subject to change. It contains updates to the following libraries:

Here is a summary of the changes since the 1.3.1-alpha03 release:

New Features

API Changes

Bug Fixes

Dependency Changes

Version 1.3.1

Version 1.3.1-alpha03

January 11, 2021

This is the alpha release of AndroidX Test 1.3.1. New APIs are subject to change. It contains updates to the following libraries:

Here is a summary of the changes since the 1.3.1-alpha02 release:

New Features

Bug Fixes

Dependency Changes

Version 1.3.1-alpha02

October 20, 2020

This is the alpha release of AndroidX Test 1.3.1. New APIs are subject to change. It contains updates to the following libraries:

Here is a summary of the changes since the 1.3.1-alpha01 release:

New Features

Bug Fixes

Version 1.3.1-alpha01

October 15, 2020

This is the alpha release of AndroidX Test 1.3.1. New APIs are subject to change. It contains updates to the following libraries:

Here is a summary of the changes since the 1.3.0 release:

New Features

Bug Fixes

Version 1.3.0

Version 1.3.0

August 25, 2020

This is the stable release of AndroidX Test 1.3.0. It contains updates to the following libraries:

There are no changes since 1.3.0-rc03. Here is a summary of the changes since the 1.2.0 release:

New Features

API Changes

Bug Fixes

Dependency Changes

Version 1.3.0-rc03

August 5, 2020

This is the third release candidate of AndroidX Test 1.3.0. It contains updates to the following libraries:

Version 1.3.0-rc02

July 28, 2020

This is the second release candidate of AndroidX Test 1.3.0. It contains updates to the following libraries:

Version 1.3.0-rc01

May 28, 2020

This is a release candidate of AndroidX Test 1.3.0. It contains updates to the following libraries:

Version 1.3.0-beta02

May 20, 2020

This is a beta release of AndroidX Test 1.3.0. New APIs are unlikely to change. It contains updates to the following libraries:

Version 1.3.0-beta01

April 20, 2020

This is a beta release of AndroidX Test 1.3.0. New APIs are unlikely to change. It contains updates to the following libraries:

Version 1.3.0-alpha05

March 17, 2020

This is an alpha release of AndroidX Test 1.3.0. New APIs are subject to change. It contains updates to the following libraries:

Version 1.3.0-alpha04

February 20, 2020

This is an alpha release of AndroidX Test 1.3.0. New APIs are subject to change. It contains updates to the following libraries:

Here's a full list of commits contained in version 1.3.0-alpha04.

Version 1.3.0-alpha03

December 3, 2019

This is an alpha release of AndroidX Test 1.3.0. New APIs are subject to change. It contains updates to the following libraries:

Version 1.2.1

Version 1.2.1-alpha02

July 15, 2019

This is an alpha release of AndroidX Test 1.2.1. New APIs are subject to change. It contains updates to the following libraries:

Version 1.2.1-alpha01

June 17, 2019

This is an alpha release of AndroidX Test 1.2.1. New APIs are subject to change. It contains updates to the following libraries:

Version 1.2.0

Version 1.2.0

May 29, 2019

This is the stable release of AndroidX Test 1.2.0. It contains updates to the following libraries:

Version 1.2.0-beta01

May 6, 2019

This is an beta release of AndroidX Test 1.2.0. It contains updates to the following libraries:

Version 1.2.0-alpha05

April 30, 2019

This is an alpha release of AndroidX Test 1.2.0. New APIs are subject to change. It contains updates to the following libraries:

Version 1.2.0-alpha04

April 18, 2019

This is an alpha release of AndroidX Test 1.2.0. New APIs are subject to change. It contains updates to the following libraries:

Version 1.2.0-alpha03

April 7, 2019

This is an alpha release of AndroidX Test 1.2.0. New APIs are subject to change. It contains updates to the following libraries:

Version 1.1.1

Version 1.1.1-alpha02

March 7, 2019

This is an alpha release of AndroidX Test 1.1.1. New APIs are subject to change. It contains updates to the following libraries:

Version 1.1.1-alpha01

January 30, 2019

This is an alpha release of AndroidX Test 1.1.1. New APIs are subject to change. It contains updates to the following libraries:

Version 1.1.0

Version 1.1.0

December 13, 2018

This is the stable release of AndroidX Test 1.1.0. It contains updates to the following libraries:

Version 1.1.0-beta01

December 6, 2018

This is the beta01 release of AndroidX Test 1.1.0. It contains updates to the following libraries:

Version 1.0.0

Version 1.0.0

October 24, 2018

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-05-19 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-19 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page