From 1633ad12a34ae0caef866217eb625f0afeca1e52 Mon Sep 17 00:00:00 2001 From: ibaker Date: Thu, 16 Dec 2021 09:50:35 +0000 Subject: [PATCH] Bump annotation-experimental to 1.2.0 PiperOrigin-RevId: 416753081 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index ca446af889..50ddb74592 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.2.0-rc01' + androidxAnnotationExperimentalVersion = '1.2.0' androidxAppCompatVersion = '1.3.1' androidxCollectionVersion = '1.1.0' androidxCoreVersion = '1.7.0'