diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-27 21:26:21 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-27 21:26:21 +0530 |
commit | 3d47ecd698e582934cae7e54ecb42eb2fb4d8db9 (patch) | |
tree | 4101fe2944742b9f72d8ead4286aea4f74e5f08d /format-common/src/main | |
parent | a6e845f461e1ed09d6ea34b6ecbf10327190e1b1 (diff) |
refactor(format-common): migrate to `uri-kmp` and convert to JVM library
Diffstat (limited to 'format-common/src/main')
-rw-r--r-- | format-common/src/main/kotlin/app/passwordstore/util/totp/UriTotpFinder.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format-common/src/main/kotlin/app/passwordstore/util/totp/UriTotpFinder.kt b/format-common/src/main/kotlin/app/passwordstore/util/totp/UriTotpFinder.kt index 741a21a7..bb97c90c 100644 --- a/format-common/src/main/kotlin/app/passwordstore/util/totp/UriTotpFinder.kt +++ b/format-common/src/main/kotlin/app/passwordstore/util/totp/UriTotpFinder.kt @@ -1,6 +1,6 @@ package app.passwordstore.util.totp -import android.net.Uri +import com.eygraber.uri.Uri import javax.inject.Inject /** [Uri] backed TOTP URL parser. */ |