[Gradle] Update dependencies

This commit is contained in:
Kuba Szczodrzyński 2019-11-12 22:05:40 +01:00
parent 4a0a6c54e4
commit 131a769c26
2 changed files with 8 additions and 8 deletions

View File

@ -131,7 +131,7 @@ dependencies {
implementation("com.github.ozodrukh:CircularReveal:2.0.1@aar") {transitive = true} implementation("com.github.ozodrukh:CircularReveal:2.0.1@aar") {transitive = true}
implementation "com.heinrichreimersoftware:material-intro:1.5.8" // do not update implementation "com.heinrichreimersoftware:material-intro:1.5.8" // do not update
implementation "com.jaredrummler:colorpicker:1.0.2" implementation "com.jaredrummler:colorpicker:1.0.2"
implementation "com.squareup.okhttp3:okhttp:3.12.0" implementation "com.squareup.okhttp3:okhttp:3.12.2"
implementation "com.theartofdev.edmodo:android-image-cropper:2.8.0" // do not update implementation "com.theartofdev.edmodo:android-image-cropper:2.8.0" // do not update
implementation "com.wdullaer:materialdatetimepicker:4.1.2" implementation "com.wdullaer:materialdatetimepicker:4.1.2"
implementation "com.yuyh.json:jsonviewer:1.0.6" implementation "com.yuyh.json:jsonviewer:1.0.6"

View File

@ -18,22 +18,22 @@ buildscript {
versions = [ versions = [
kotlin : "1.3.50", kotlin : "1.3.50",
ktx : "1.0.2", ktx : "1.1.0",
androidX : '1.0.0', androidX : '1.0.0',
annotation : '1.1.0', annotation : '1.1.0',
recyclerView : '1.1.0-beta04', recyclerView : '1.1.0-rc01',
material : '1.1.0-alpha09', material : '1.2.0-alpha01',
appcompat : '1.1.0-rc01', appcompat : '1.1.0',
constraintLayout : '2.0.0-beta2', constraintLayout : '2.0.0-beta3',
cardview : '1.0.0', cardview : '1.0.0',
gridLayout : '1.0.0', gridLayout : '1.0.0',
navigation : "2.0.0", navigation : "2.0.0",
navigationFragment: "1.0.0", navigationFragment: "1.0.0",
legacy : "1.0.0", legacy : "1.0.0",
room : "2.2.0-beta01", room : "2.2.1",
lifecycle : "2.2.0-alpha04", lifecycle : "2.2.0-rc02",
work : "2.2.0", work : "2.2.0",
firebase : '17.2.0', firebase : '17.2.0',