Update app dependencies

This commit is contained in:
Paul Schaub 2019-12-13 12:34:24 +01:00
parent ec024d6a1a
commit cd56798f06
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 6 additions and 6 deletions

View File

@ -78,7 +78,7 @@ dependencies {
implementation project(":data")
implementation "io.requery:requery-android:$requeryVersion"
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61'
// Dagger 2 for dependency injection
implementation "com.google.dagger:dagger:$daggerVersion"
@ -97,12 +97,12 @@ dependencies {
// support libraries
implementation "androidx.appcompat:appcompat:$appCompatVersion"
implementation 'com.google.android.material:material:1.1.0-beta01'
implementation 'com.google.android.material:material:1.2.0-alpha02'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
// circular image viewer for avatars
implementation 'de.hdodenhof:circleimageview:3.0.1'

View File

@ -73,7 +73,7 @@ ext {
// Other libraries
// Architecture Components
lifecycleVersion = '2.2.0-alpha05'
lifecycleVersion = '2.2.0-rc03'
pagingVersion = "2.1.0"
appCompatVersion = '1.1.0'
@ -86,7 +86,7 @@ ext {
rxAndroidVersion = "2.1.1"
// Dagger 2
daggerVersion = '2.24'
daggerVersion = '2.25.2'
// Android Support Library
supportLibVersion = "28.0.0"