Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Delete unused process-phoenix library
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Jun 1, 2024
1 parent 88b4745 commit 6855eab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ dependencies {
implementation(libs.librepass.client)
implementation(libs.otp)

// for restarting the application, for example, after changing the theme in settings
implementation(libs.process.phoenix)

implementation(libs.kotlinx.coroutines)
implementation(libs.kotlinx.serialization.json)

Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ kotlinx-serialization = "1.6.3"
librepass-client = "1.6.2"
medzik-android-utils = "1.5.1"
otp = "1.0.1"
process-phoenix = "3.0.0"
zxing = "3.5.3"
zxing-android = "4.3.0"

Expand Down Expand Up @@ -55,7 +54,6 @@ medzik-android-components = { module = "dev.medzik.android:components", version.
medzik-android-crypto = { module = "dev.medzik.android:crypto", version.ref = "medzik-android-utils" }
medzik-android-utils = { module = "dev.medzik.android:utils", version.ref = "medzik-android-utils" }
otp = { module = "dev.medzik:otp", version.ref = "otp" }
process-phoenix = { module = "com.jakewharton:process-phoenix", version.ref = "process-phoenix" }
zxing = { module = "com.google.zxing:core", version.ref = "zxing" }
zxing-android = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxing-android" }

Expand Down

0 comments on commit 6855eab

Please sign in to comment.