diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-03-06 15:40:29 -0500 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 00:05:34 -0700 |
commit | 753a0c6b5d44abdb93141c373a585b4933237aee (patch) | |
tree | b98ddbc9213a68757e67ddd3942211e07c1d4c84 /src | |
parent | 2dfbfadf8218ac60a643cbc8a4c1091bd98ec35c (diff) |
android: Use androidx preferences
Diffstat (limited to 'src')
-rw-r--r-- | src/android/app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index e230f2f92..c0bd7d459 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -133,6 +133,8 @@ dependencies { implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0" implementation "androidx.documentfile:documentfile:1.0.1" implementation 'com.google.android.material:material:1.8.0' + implementation 'androidx.preference:preference:1.2.0' + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" // For loading huge screenshots from the disk. implementation 'com.squareup.picasso:picasso:2.71828' |