Skip to content

Commit

Permalink
Bump androidsvg from 1.2.2-beta-1 to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unpublished authored and maniac103 committed Mar 13, 2019
1 parent 60ecabe commit 472611c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
implementation 'com.github.maniac103:rxloader:master-SNAPSHOT'
implementation 'com.github.maniac103:githubsdk:0.5.1.8'
implementation 'com.larswerkman:HoloColorPicker:1.5@aar'
implementation 'com.caverock:androidsvg:1.2.2-beta-1@aar'
implementation 'com.caverock:androidsvg-aar:1.3'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.1.+'
implementation 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'
implementation 'com.github.castorflex.smoothprogressbar:library:1.1.0'
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/java/com/gh4a/utils/HttpImageGetter.java
Original file line number Diff line number Diff line change
Expand Up @@ -610,9 +610,6 @@ private static Bitmap renderSvgToBitmap(Resources res, InputStream is,
}
} catch (SVGParseException e) {
// fall through
} catch (NullPointerException e) {
// https://github.com/BigBadaboom/androidsvg/issues/81
// remove me when there's a 1.2.3 release
}
return null;
}
Expand Down

0 comments on commit 472611c

Please sign in to comment.