Skip to content

Commit b797793

Browse files
committed
fixed an incorrect build variable
1 parent 1f10dfa commit b797793

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.

multiimageview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation 'androidx.appcompat:appcompat:1.2.0'
3939
testImplementation 'junit:junit:4.12'
4040
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
41-
implementation 'com.github.martipello:multiimageview:1.0.0'
41+
implementation 'com.github.martipello:MultiImageView:1.0.7'
4242

4343
}
4444
repositories {

0 commit comments

Comments
 (0)