diff options
Diffstat (limited to 'src/android/app')
| -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' |