Skip to content

Commit

Permalink
fix: remove unused shortcuts dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed Dec 27, 2024
1 parent e86bba6 commit 7a3627b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ dependencies {

// shortcuts
implementation(libs.androidx.core)
implementation(libs.androidx.core.google.shortcuts)

// splash
implementation(libs.androidx.core.splashscreen)
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ amneziawgAndroid = "1.2.3"
androidx-junit = "1.2.1"
appcompat = "1.7.0"
biometricKtx = "1.2.0-alpha05"
coreGoogleShortcuts = "1.1.0"
coreKtx = "1.15.0"
datastorePreferences = "1.1.1"
desugar_jdk_libs = "2.1.4"
Expand Down Expand Up @@ -46,7 +45,6 @@ accompanist-permissions = { module = "com.google.accompanist:accompanist-permiss
amneziawg-android = { module = "com.zaneschepke:amneziawg-android", version.ref = "amneziawgAndroid" }
androidx-biometric-ktx = { module = "androidx.biometric:biometric-ktx", version.ref = "biometricKtx" }
androidx-core = { module = "androidx.core:core", version.ref = "coreKtx" }
androidx-core-google-shortcuts = { module = "androidx.core:core-google-shortcuts", version.ref = "coreGoogleShortcuts" }
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle-runtime-compose" }
androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "lifecycle-runtime-compose" }
Expand Down

0 comments on commit 7a3627b

Please sign in to comment.