|
|
|
@ -116,7 +116,7 @@ ext.retrofitVersion = '2.9.0' |
|
|
|
|
ext.okhttpVersion = '4.7.2' |
|
|
|
|
ext.glideVersion = '4.11.0' |
|
|
|
|
ext.daggerVersion = '2.27' |
|
|
|
|
ext.materialdrawerVersion = '8.0.3' |
|
|
|
|
ext.materialdrawerVersion = '8.1.2' |
|
|
|
|
|
|
|
|
|
// if libraries are changed here, they should also be changed in LicenseActivity |
|
|
|
|
dependencies { |
|
|
|
@ -124,7 +124,7 @@ dependencies { |
|
|
|
|
|
|
|
|
|
implementation "androidx.core:core-ktx:1.3.0" |
|
|
|
|
implementation "androidx.appcompat:appcompat:1.2.0-rc01" |
|
|
|
|
implementation "androidx.fragment:fragment-ktx:1.2.4" |
|
|
|
|
implementation "androidx.fragment:fragment-ktx:1.2.5" |
|
|
|
|
implementation "androidx.browser:browser:1.2.0" |
|
|
|
|
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" |
|
|
|
|
implementation "androidx.recyclerview:recyclerview:1.1.0" |
|
|
|
@ -191,7 +191,7 @@ dependencies { |
|
|
|
|
|
|
|
|
|
testImplementation "androidx.test.ext:junit:1.1.1" |
|
|
|
|
testImplementation "org.robolectric:robolectric:4.3.1" |
|
|
|
|
testImplementation "org.mockito:mockito-inline:3.2.4" |
|
|
|
|
testImplementation "org.mockito:mockito-inline:3.3.3" |
|
|
|
|
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" |
|
|
|
|
|
|
|
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.2.0" |
|
|
|
|