Add fragment dependency to resolve settings view model crashes (#2764)

This commit is contained in:
Daniel Shokouhi 2022-08-04 18:25:19 -07:00 committed by GitHub
parent ca6c0c505f
commit cc68946026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,6 +152,7 @@ dependencies {
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.preference:preference-ktx:1.2.0")
implementation("com.google.android.material:material:1.6.1")
implementation("androidx.fragment:fragment-ktx:1.5.1")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3")