Please upgrade the library to jlibtorrent 1.2.16.0
Closed this issue · 3 comments
Hey @se-bastiaan , please update the jlibtorrent to 1.2.16.0 and also update other dependencies.
Thanks for this wonderful library.
As you might have noticed in the commit history, a PR gets you very far in updating those kinds of things. No need to mention anyone tho, GitHub does notifications very well.
That said, I pushed changes 10 minutes ago migrating to libtorrent4j.
As you might have noticed in the commit history, a PR gets you very far in updating those kinds of things. No need to mention anyone tho, GitHub does notifications very well.
That said, I pushed changes 10 minutes ago migrating to libtorrent4j.
My bad. Thanks anyways for updating it. Also please release a new version.
I won't release a new version without knowing it actually works.
You can just use the hash as a version to use the latest commit, or use a snapshot version:
dependencies {
implementation 'com.github.TorrentStream:TorrentStream-Android:-SNAPSHOT'
}```