mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-01-18 12:56:45 -06:00
[Gradle] Update dependencies
This commit is contained in:
parent
4a0a6c54e4
commit
131a769c26
@ -131,7 +131,7 @@ dependencies {
|
||||
implementation("com.github.ozodrukh:CircularReveal:2.0.1@aar") {transitive = true}
|
||||
implementation "com.heinrichreimersoftware:material-intro:1.5.8" // do not update
|
||||
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.wdullaer:materialdatetimepicker:4.1.2"
|
||||
implementation "com.yuyh.json:jsonviewer:1.0.6"
|
||||
|
14
build.gradle
14
build.gradle
@ -18,22 +18,22 @@ buildscript {
|
||||
|
||||
versions = [
|
||||
kotlin : "1.3.50",
|
||||
ktx : "1.0.2",
|
||||
ktx : "1.1.0",
|
||||
|
||||
androidX : '1.0.0',
|
||||
annotation : '1.1.0',
|
||||
recyclerView : '1.1.0-beta04',
|
||||
material : '1.1.0-alpha09',
|
||||
appcompat : '1.1.0-rc01',
|
||||
constraintLayout : '2.0.0-beta2',
|
||||
recyclerView : '1.1.0-rc01',
|
||||
material : '1.2.0-alpha01',
|
||||
appcompat : '1.1.0',
|
||||
constraintLayout : '2.0.0-beta3',
|
||||
cardview : '1.0.0',
|
||||
gridLayout : '1.0.0',
|
||||
navigation : "2.0.0",
|
||||
navigationFragment: "1.0.0",
|
||||
legacy : "1.0.0",
|
||||
|
||||
room : "2.2.0-beta01",
|
||||
lifecycle : "2.2.0-alpha04",
|
||||
room : "2.2.1",
|
||||
lifecycle : "2.2.0-rc02",
|
||||
work : "2.2.0",
|
||||
|
||||
firebase : '17.2.0',
|
||||
|
Loading…
x
Reference in New Issue
Block a user