se-bastiaan / TorrentStream-Android

A torrent streamer library for Android based on libtorrent4j
Other
343 stars 108 forks source link

jlibtorrent-1.2.0.10 - Update jlibtorrent to 1.2.0.10. #36

Closed masterwok closed 7 years ago

masterwok commented 7 years ago

This pull request updates the targeted libtorrentVersion from 1.1.0.35 to 1.2.0.10. There weren't that many changes, mostly renames. I also updated the targeted SDK and gradle settings to those recommended by Android Studio so it would build.

I created this pull request because I was having trouble downloading magnet links. The sample links would work but others would not. I found that I was able to get the same magnet links to work when consuming a later version of the jlibtorrent API directly. Upgrading fixed the magnet link issue I was seeing.