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

Commit

Permalink
Delete unused dependencies from gradle libs catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Mar 19, 2024
1 parent b8da028 commit b0119d7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ accompanist = "0.32.0"

room = "2.6.1"

androidx-annotation = "1.7.1"
androidx-biometric = "1.2.0-alpha05"
androidx-datastore = "1.1.0-dev01"

Expand All @@ -27,13 +26,11 @@ coil-compose = "2.6.0"
google-material = "1.11.0"
kotlinx-coroutines = "1.8.0"
librepass-client = "1.5.0"
medzik-libcrypto = "1.2.0"
process-phoenix = "2.2.0"

test-espresso-core = "3.5.1"
test-junit = "1.1.5"
zxing = "3.5.3"
zxing-android = "4.3.0"

# Plugins
android-application = "8.3.1"
kotlin-ksp = "1.9.22-1.0.18"
Expand All @@ -46,7 +43,6 @@ compose-material-icons = { module = "androidx.compose.material:material-icons-ex
compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "compose-material3" }
compose-navigation = { module = "androidx.navigation:navigation-compose", version.ref = "compose-navigation" }
compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "compose" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }
Expand All @@ -58,7 +54,6 @@ room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }

androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "androidx-biometric" }
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }

Expand All @@ -71,7 +66,6 @@ google-material = { module = "com.google.android.material:material", version.ref
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil-compose" }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
librepass-client = { module = "dev.medzik.librepass:client", version.ref = "librepass-client" }
medzik-libcrypto = { module = "dev.medzik:libcrypto", version.ref = "medzik-libcrypto" }
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 All @@ -80,9 +74,6 @@ medzik-android-crypto = { module = "dev.medzik.android:crypto", version.ref = "m
medzik-android-components = { module = "dev.medzik.android:components", version.ref = "medzik-android-utils" }
medzik-android-utils = { module = "dev.medzik.android:utils", version.ref = "medzik-android-utils" }

test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "test-espresso-core" }
test-junit = { module = "androidx.test.ext:junit", version.ref = "test-junit" }

[plugins]
android-application = { id = "com.android.application", version.ref = "android-application" }
android-library = { id = "com.android.library", version.ref = "android-application" }
Expand Down

0 comments on commit b0119d7

Please sign in to comment.