Bump the androidx annotation version to 1.2.0

It is the current public stable version and it brings in @DoNotInline.

PiperOrigin-RevId: 378119413
This commit is contained in:
aquilescanta 2021-06-08 11:51:26 +01:00 committed by bachinger
parent e4263c4a67
commit 14d101bbc4

View File

@ -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'