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 /gradle | |
parent | a6e845f461e1ed09d6ea34b6ecbf10327190e1b1 (diff) |
refactor(format-common): migrate to `uri-kmp` and convert to JVM library
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3b8a12d3..5de0a9fd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -92,6 +92,7 @@ thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.4.4" thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android-startup", version.ref = "leakcanary" } # TODO: Remove the explicit bcpkix dependency when upgrading this to a BC 1.71 compatible version thirdparty-sshj = "com.hierynomus:sshj:0.35.0" +thirdparty-uri = "com.eygraber:uri-kmp:0.0.11" thirdparty-whatthestack = "com.github.haroldadmin:WhatTheStack:1.0.0-alpha04" [bundles] |