Update dependencies

This commit is contained in:
xynngh 2020-05-02 14:18:59 +04:00
parent e9a7f45d1c
commit 7cd2523c86
1 changed files with 4 additions and 4 deletions

View File

@ -28,12 +28,12 @@ dependencies {
implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'com.github.tony19:logback-android:2.0.0'
//noinspection GradleDependency: 3.12.* is the latest version compatible with Android <5
implementation 'com.squareup.okhttp3:okhttp:3.12.6'
implementation 'commons-codec:commons-codec:1.13' // beware: a version included in Android is used instead
implementation 'com.squareup.okhttp3:okhttp:3.12.11'
implementation 'commons-codec:commons-codec:1.14' // beware: a version included in Android is used instead
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.work:work-runtime:2.2.0'
implementation 'com.google.android.material:material:1.1.0'
implementation 'androidx.work:work-runtime:2.3.4'
}