Skip to content

Commit

Permalink
Merge pull request #1 from EkoCommunications/ws/change-to-androidx
Browse files Browse the repository at this point in the history
Change support library to AndroidX
  • Loading branch information
kornsitti authored Jul 29, 2021
2 parents bc1d6ac + 73f7e2a commit a50239e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matisse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation "androidx.annotation:annotation:1.1.0"
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation 'it.sephiroth.android.library.imagezoom:library:1.0.4'
implementation("com.davemorrissey.labs:subsampling-scale-image-view:3.10.0")
implementation("com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0")
compileOnly 'com.github.bumptech.glide:glide:4.11.0'
compileOnly 'com.squareup.picasso:picasso:2.5.2'
}
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.5@aar'
implementation 'io.reactivex.rxjava2:rxjava:2.2.13'
implementation"androidx.fragment:fragment:1.3.0"
implementation("com.davemorrissey.labs:subsampling-scale-image-view:3.10.0")
implementation("com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0")
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'com.squareup.picasso:picasso:2.5.2'
}

0 comments on commit a50239e

Please sign in to comment.