Handle magnet links with termux-url-opener

Fixes #1339 and #1382.
This commit is contained in:
Fredrik Fornwall
2020-01-05 01:02:13 +01:00
parent 269c3cafb0
commit fd13f3f98d
6 changed files with 66 additions and 19 deletions

View File

@@ -60,7 +60,7 @@ tasks.withType(Test) {
}
dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
}
apply from: '../scripts/bintray-publish.gradle'