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

Commit

Permalink
Merge pull request #7 from se-bastiaan/develop
Browse files Browse the repository at this point in the history
Upgrade jlibtorrent again
  • Loading branch information
se-bastiaan committed Apr 11, 2016
2 parents 35bfa94 + 959309f commit 7581887
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
TorrentStream-Android contributors (sorted alphabeticaly)
============================================

* **[Jack Wakefield](https://github.com/jackwakefield)**

* Initialising checks

**[Full contributors list](https://github.com/se-bastiaan/TorrentStream-Android/contributors).**
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
}

ext {
libtorrentVersion = '1.1.0.22'
libtorrentVersion = '1.1.0.24'
}

dependencies {
Expand All @@ -68,4 +68,4 @@ dependencies {
compile "com.frostwire:jlibtorrent-android-arm64:$libtorrentVersion"
compile "com.frostwire:jlibtorrent-android-x86:$libtorrentVersion"
compile "com.frostwire:jlibtorrent-android-x86_64:$libtorrentVersion"
}
}

0 comments on commit 7581887

Please sign in to comment.