Use com.google.android.material 1.1.0
This commit is contained in:
parent
a759829497
commit
b47efaf943
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue