Skip to content

Commit

Permalink
Update androidsvg to 1.4
Browse files Browse the repository at this point in the history
Old package is no longer available.
  • Loading branch information
luk1337 committed Mar 19, 2023
1 parent efec135 commit db69b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation "org.ocpsoft.prettytime:prettytime:${libraries.prettytime}"
implementation "com.google.android:flexbox:${libraries.flexboxlayout}"
implementation "com.github.jruesga:floatingsearchview:${libraries.floatingsearchview}"
implementation ("com.github.BigBadaboom:androidsvg:${libraries.androidsvg}") {
implementation ("com.caverock:androidsvg:${libraries.androidsvg}") {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}
implementation "net.yslibrary.keyboardvisibilityevent:keyboardvisibilityevent:${libraries.keyboardvisibilityevent}"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ext {
prettytime : '4.0.5.Final',
flexboxlayout : '2.0.1',
floatingsearchview : '2d435bead5',
androidsvg : '3511e13649',
androidsvg : '1.4',
keyboardvisibilityevent : '2.3.0',
better_link_movement_method : '2.2.0',
aboutlibraries : '8.1.2',
Expand Down

0 comments on commit db69b57

Please sign in to comment.