From 14d101bbc44f3ae48894422fa450e1db37540e0e Mon Sep 17 00:00:00 2001 From: aquilescanta Date: Tue, 8 Jun 2021 11:51:26 +0100 Subject: [PATCH] Bump the androidx annotation version to 1.2.0 It is the current public stable version and it brings in @DoNotInline. PiperOrigin-RevId: 378119413 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index f12942b902..c5b754252b 100644 --- a/constants.gradle +++ b/constants.gradle @@ -29,7 +29,7 @@ project.ext { checkerframeworkCompatVersion = '2.5.0' jsr305Version = '3.0.2' kotlinAnnotationsVersion = '1.3.70' - androidxAnnotationVersion = '1.1.0' + androidxAnnotationVersion = '1.2.0' androidxAppCompatVersion = '1.1.0' androidxCollectionVersion = '1.1.0' androidxCoreVersion = '1.3.2'