From 05e51deb1f750e41fbd04772209306f0a6e31a1e Mon Sep 17 00:00:00 2001 From: Jonathan Trowbridge Date: Tue, 31 Jul 2018 22:13:30 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06e1784..cd82884 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ and add the following in the dependent module: ```gradle dependencies { - implementation 'com.github.masterwok:simple-torrent-android:0.0.2' + implementation 'com.github.masterwok:simple-torrent-android:0.0.3' } ``` 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: