Skip to content

Commit c16dc02

Browse files
authored
Merge pull request #97 from ItsCalebJones/master
Fix IconHandler version.
2 parents 9925dcd + b44e504 commit c16dc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ android {
2222
dependencies {
2323
implementation "androidx.appcompat:appcompat:$appcompatLibVersion"
2424
implementation "androidx.cardview:cardview:$cardViewLibVersion"
25-
implementation "com.github.jrvansuita:IconHandler:$iconHandlerVersion"
25+
implementation "com.github.ItsCalebJones:IconHandler:$iconHandlerVersion"
2626
}

0 commit comments

Comments
 (0)