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

@@ -20,7 +20,7 @@ android {
compileSdkVersion 28
dependencies {
implementation "androidx.annotation:annotation:1.0.1"
implementation "androidx.annotation:annotation:1.1.0"
api project(":terminal-emulator")
}
@@ -44,7 +44,7 @@ android {
}
dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'
}
apply from: '../scripts/bintray-publish.gradle'