diff options
| author | 2023-03-06 15:40:29 -0500 | |
|---|---|---|
| committer | 2023-06-03 00:05:34 -0700 | |
| commit | 753a0c6b5d44abdb93141c373a585b4933237aee (patch) | |
| tree | b98ddbc9213a68757e67ddd3942211e07c1d4c84 /src/android | |
| parent | android: frontend: Add unique error strings for Vulkan initialization errors. (diff) | |
| download | yuzu-753a0c6b5d44abdb93141c373a585b4933237aee.tar.gz yuzu-753a0c6b5d44abdb93141c373a585b4933237aee.tar.xz yuzu-753a0c6b5d44abdb93141c373a585b4933237aee.zip | |
android: Use androidx preferences
Diffstat (limited to 'src/android')
| -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 { | |||
| 133 | implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0" | 133 | implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0" |
| 134 | implementation "androidx.documentfile:documentfile:1.0.1" | 134 | implementation "androidx.documentfile:documentfile:1.0.1" |
| 135 | implementation 'com.google.android.material:material:1.8.0' | 135 | implementation 'com.google.android.material:material:1.8.0' |
| 136 | implementation 'androidx.preference:preference:1.2.0' | ||
| 137 | implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" | ||
| 136 | 138 | ||
| 137 | // For loading huge screenshots from the disk. | 139 | // For loading huge screenshots from the disk. |
| 138 | implementation 'com.squareup.picasso:picasso:2.71828' | 140 | implementation 'com.squareup.picasso:picasso:2.71828' |