Bump dependencies

This commit is contained in:
xynngh 2019-10-15 16:44:06 +04:00
parent bdf15f6de5
commit 2d80a127db
1 changed files with 3 additions and 2 deletions

View File

@ -27,11 +27,12 @@ android {
dependencies {
implementation 'org.slf4j:slf4j-api:1.7.28'
implementation 'com.github.tony19:logback-android:2.0.0'
implementation 'com.squareup.okhttp3:okhttp:3.12.3' // 3.12.* is the latest version compatible with Android <5
//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.12' // beware: a version included in Android is used instead
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
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'