Update build.gradle
This commit is contained in:
parent
18b31cb825
commit
edecaf4bef
1 changed files with 3 additions and 3 deletions
|
@ -133,7 +133,7 @@ dependencies {
|
|||
implementation "androidx.viewpager2:viewpager2:1.1.0-alpha01"
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
implementation 'androidx.annotation:annotation:1.1.0'
|
||||
implementation 'androidx.preference:preference:1.1.0'
|
||||
implementation 'androidx.preference:preference:1.1.1'
|
||||
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
implementation 'androidx.core:core-ktx:1.2.0'
|
||||
|
@ -142,7 +142,7 @@ dependencies {
|
|||
|
||||
implementation 'com.google.android.material:material:1.2.0-alpha06'
|
||||
|
||||
def retrofit_version = "2.6.2"
|
||||
def retrofit_version = '2.8.1'
|
||||
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
|
||||
implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"
|
||||
|
||||
|
@ -181,7 +181,7 @@ dependencies {
|
|||
implementation 'com.heinrichreimersoftware:material-intro:1.6'
|
||||
implementation 'me.zhanghai.android.fastscroll:library:1.1.0'
|
||||
|
||||
def dagger_version = "2.23.1"
|
||||
def dagger_version = '2.27'
|
||||
implementation "com.google.dagger:dagger:$dagger_version"
|
||||
kapt "com.google.dagger:dagger-compiler:$dagger_version"
|
||||
|
||||
|
|
Loading…
Reference in a new issue