Migrate extensions to androidx.collection

PiperOrigin-RevId: 266803466
This commit is contained in:
olly 2019-09-02 19:44:54 +01:00 committed by Toni
parent 0dc997103b
commit bb89f69bbb

View File

@ -27,6 +27,7 @@ project.ext {
jsr305Version = '3.0.2'
kotlinAnnotationsVersion = '1.3.31'
androidxAnnotationVersion = '1.1.0'
androidxCollectionVersion = '1.1.0'
androidxMediaVersion = '1.0.1'
androidxTestVersion = '1.1.0'
truthVersion = '0.44'