Use com.google.android.material 1.1.0

This commit is contained in:
ligi 2020-02-16 06:30:26 +01:00
parent a759829497
commit b47efaf943
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -122,7 +122,6 @@ dependencies {
androidTestImplementation "org.mockito:mockito-core:$mockito_version"
androidTestImplementation 'com.linkedin.dexmaker:dexmaker-mockito:2.25.1'
androidTestImplementation 'com.google.code.findbugs:jsr305:3.0.2'
androidTestImplementation 'com.google.android.material:material:1.0.0'
androidTestImplementation 'org.threeten:threetenbp:1.4.1'
@ -138,7 +137,7 @@ dependencies {
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'net.i2p.android.ext:floatingactionbutton:1.10.1'
implementation 'com.github.ligi:KAXT:1.0'