From 64eb33a1b9c2e6dbf6ef0893a4d504e78ae28874 Mon Sep 17 00:00:00 2001 From: Jonathan Trowbridge Date: Mon, 6 Aug 2018 20:52:50 -0400 Subject: [PATCH] master - Bumped jitpack version in readmehhh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53356a3..48ec2ba 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ and add the following in the dependent module: ```gradle dependencies { - implementation 'com.github.masterwok:simple-torrent-android:0.4.0' + implementation 'com.github.masterwok:simple-torrent-android:0.4.1' } ``` unless you're a fan of large APKs, you'll probably want to add the following to the build.gradle of your app so an APK is generated per ABI: