diff --git a/README.md b/README.md index f44064c4a..9c856c544 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,6 @@ The following is a list of all third-party dependencies included as part of the application beyond the standard Android SDK. -- **Accompanist** - - https://github.com/google/accompanist - - Purpose: Supplementary Android Compose features. - - License: Apache 2.0 - - **Appcompat** - https://developer.android.com/jetpack/androidx/releases/appcompat - Purpose: Allows access to new APIs on older API versions. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c71bcfad9..7d983143c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,6 @@ targetSdk = "34" minSdk = "28" # Dependency Versions -accompanist = "0.30.1" androidGradlePlugin = "8.2.2" androidxActivity = "1.8.2" androidXBiometrics = "1.2.0-alpha05"