Skip to content

Commit

Permalink
fixed an incorrect build variable
Browse files Browse the repository at this point in the history
  • Loading branch information
martinseal committed Sep 24, 2020
1 parent 1f10dfa commit b797793
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion multiimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
testImplementation 'junit:junit:4.12'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.github.martipello:multiimageview:1.0.0'
implementation 'com.github.martipello:MultiImageView:1.0.7'

}
repositories {
Expand Down

0 comments on commit b797793

Please sign in to comment.