Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
RustemMuzafarov committed Jun 1, 2020
1 parent d7659c2 commit 5a661ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imagepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
implementation 'com.hannesdorfmann:adapterdelegates3:3.0.0'
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
Expand Down

0 comments on commit 5a661ea

Please sign in to comment.