From 3a90fca1037ebaf703e073e22c305184ba34ea7a Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Thu, 26 Dec 2024 00:34:49 -0500 Subject: [PATCH] fix: remove google integration for shortcuts --- app/build.gradle.kts | 1 - gradle/libs.versions.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 17ad46e..eaf926a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -219,7 +219,6 @@ dependencies { // shortcuts implementation(libs.androidx.core) - implementation(libs.androidx.core.google.shortcuts) // splash implementation(libs.androidx.core.splashscreen) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 42018c2..fd91a51 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" @@ -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" }