Remove unused accompanist dependency (#962)

This commit is contained in:
David Perez 2024-02-06 12:52:26 -06:00 committed by Álison Fernandes
parent 6e679d650f
commit 1e13c4e10f
2 changed files with 0 additions and 6 deletions

View file

@ -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.

View file

@ -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"