mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
Remove unused accompanist dependency (#962)
This commit is contained in:
parent
6e679d650f
commit
1e13c4e10f
2 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue