Skip to content

Commit

Permalink
updated ssiv
Browse files Browse the repository at this point in the history
  • Loading branch information
luca committed Sep 21, 2020
1 parent 1b265ff commit f58f534
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ buildscript {
kotlin_ver = '1.4.10'
ktlint_ver = '0.39.0'
ktx_ver = '1.3.1'
ssiv_ver = '3.11.2'
ssiv_ver = '3.11.3'
glide_ver = '4.11.0'
coil_ver = '0.11.0'
coil_ver = '0.13.0'
constr_ver = '2.0.1'
mdc_ver = '1.2.1'
leakcanary_ver = '2.4'
test_ver = '1.2.0'
espresso_ver = '3.2.0'
test_ver = '1.3.0'
junit_ver = '1.1.2'
espresso_ver = '3.3.0'
}
repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions sampleapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation "com.google.android.material:material:$mdc_ver"

implementation "androidx.core:core-ktx:$ktx_ver"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'

debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakcanary_ver"
Expand All @@ -70,7 +70,7 @@ dependencies {
androidTestImplementation "androidx.test:runner:$test_ver"
androidTestImplementation "androidx.test:rules:$test_ver"

androidTestImplementation "androidx.test.ext:junit:1.1.1"
androidTestImplementation "androidx.test.ext:junit:$junit_ver"
androidTestImplementation "androidx.test.espresso:espresso-core:$espresso_ver"

androidTestImplementation "com.github.bumptech.glide:glide:$glide_ver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import android.content.Context
import android.content.Intent
import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import coil.api.load
import coil.load
import com.bumptech.glide.Glide
import com.kirkbushman.largeimageview.sampleapp.R
import com.kirkbushman.largeimageview.sampleapp.utils.loadThumbnail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import android.util.Log
import android.view.View
import android.widget.ImageView
import androidx.core.app.ActivityOptionsCompat
import coil.api.load
import coil.load
import com.bumptech.glide.Glide
import com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView
import com.kirkbushman.largeimageview.ImageLoader
Expand Down

0 comments on commit f58f534

Please sign in to comment.