Skip to content

Commit

Permalink
Dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszgromada authored Nov 1, 2022
1 parent 173e421 commit 3dd1b7b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.library'

group = 'com.davemorrissey.labs'
archivesBaseName = 'subsampling-scale-image-view-androidx'
version = '3.10.0'
version = '3.12.0'

android {
compileSdkVersion 30
compileSdkVersion 33

defaultConfig {
minSdkVersion 14
targetSdkVersion 30
minSdkVersion 21
targetSdkVersion 33
consumerProguardFiles 'proguard-rules.txt'
}
}
Expand All @@ -19,11 +19,11 @@ configurations {
}

dependencies {
implementation "androidx.appcompat:appcompat:1.2.0"
javadocs 'androidx.annotation:annotation:1.1.0'
javadocs 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation "androidx.appcompat:appcompat:1.5.1"
javadocs 'androidx.annotation:annotation:1.5.0'
javadocs 'androidx.exifinterface:exifinterface:1.3.5'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'androidx.exifinterface:exifinterface:1.3.5'
}

task javadoc(type: Javadoc) {
Expand Down

0 comments on commit 3dd1b7b

Please sign in to comment.