Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Update libtorrent and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
se-bastiaan committed Apr 2, 2016
1 parent d466c39 commit 52665df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
TorrentStream-Android [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.se_bastiaan/torrentstream-android/badge.svg)](https://maven-badges.herokuapp
.com/maven-central/com.github.se_bastiaan/torrentstream-android)
TorrentStream-Android
======

A torrent streamer library for Android based on [jlibtorrent](https://github.com/frostwire/frostwire-jlibtorrent).
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
}

ext {
libtorrentVersion = '1.1.0.15'
libtorrentVersion = '1.1.0.22'
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public void run() {
}

//start DHT if needed
if (dht != null && !dht.isRunning()) {
if (dht != null && !dht.running()) {
libTorrentHandler.post(new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit 52665df

Please sign in to comment.