From f1ab3cf195fdb4ea53db4cfd5a21ca30316b6a08 Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 6 Dec 2021 10:14:23 +0000 Subject: [PATCH] Update androidx annotation-experimental version to 1.2-rc01 This version includes several bug fixes related to the `@RequiresOptIn` annotation used for the `androidx.media3.util.UnstableApi` annotation in this project. PiperOrigin-RevId: 414384813 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index df62cd443d..5dda635a10 100644 --- a/constants.gradle +++ b/constants.gradle @@ -34,7 +34,7 @@ project.ext { jsr305Version = '3.0.2' kotlinAnnotationsVersion = '1.5.31' androidxAnnotationVersion = '1.3.0' - androidxAnnotationExperimentalVersion = '1.1.0' + androidxAnnotationExperimentalVersion = '1.2.0-rc01' androidxAppCompatVersion = '1.3.1' androidxCollectionVersion = '1.1.0' androidxCoreVersion = '1.7.0'