Dbrant has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/366283 )
Change subject: Update Zim library version. ...................................................................... Update Zim library version. This fixes a couple of possible NPEs when getting the Title or Description of a Zim file (i.e. if the Zim file doesn't contain a title). https://github.com/dbrant/zimdroid/releases/tag/0.0.10 Change-Id: Id59a5db1390cb188f1a9141f336158308bf661d5 --- M app/build.gradle 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia refs/changes/83/366283/1 diff --git a/app/build.gradle b/app/build.gradle index 7b7ae3d..de86dcf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -203,7 +203,7 @@ compile 'net.hockeyapp.android:HockeySDK:4.1.3' compile 'org.apache.commons:commons-lang3:3.5' compile 'org.jsoup:jsoup:1.10.2' - compile 'com.dmitrybrant:zimdroid:0.0.9' + compile 'com.dmitrybrant:zimdroid:0.0.10' annotationProcessor "com.jakewharton:butterknife-compiler:$butterKnifeVersion" -- To view, visit https://gerrit.wikimedia.org/r/366283 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id59a5db1390cb188f1a9141f336158308bf661d5 Gerrit-PatchSet: 1 Gerrit-Project: apps/android/wikipedia Gerrit-Branch: master Gerrit-Owner: Dbrant <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
