Skip to content

Commit

Permalink
Correct name of gif library
Browse files Browse the repository at this point in the history
  • Loading branch information
deadman96385 committed Jun 2, 2022
1 parent 29c5b31 commit cbd26a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
})
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.zxing:core:3.4.1'
implementation 'com.waynejo:androidndkgif:0.3.3'
implementation 'com.github.waynejo:android-ndk-gif:0.3.3'
testImplementation 'junit:junit:4.13.2'
}
repositories {
Expand Down

0 comments on commit cbd26a2

Please sign in to comment.