diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-08-11 22:05:39 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-08-11 22:05:39 -0600 |
commit | fb51cefd42871cc470253edbe9616706bfbd2361 (patch) | |
tree | 060d8848a9a630ffe2a1b41442c6f746822f9e12 /app/build.gradle | |
parent | 5977cfeb9bfe5efcc3457d3fdf2d10f24e5ac395 (diff) | |
download | wiimmfi-watcher-fb51cefd42871cc470253edbe9616706bfbd2361.tar wiimmfi-watcher-fb51cefd42871cc470253edbe9616706bfbd2361.tar.gz wiimmfi-watcher-fb51cefd42871cc470253edbe9616706bfbd2361.tar.bz2 |
figured out preferences, going to bed now
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 3e0d1a3..1e93f18 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,6 +35,7 @@ android { dependencies { implementation 'com.google.code.gson:gson:2.8.6' def lifecycle_version = "2.3.1" + def preference_version = '1.1.1' // ViewModel implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version" @@ -47,6 +48,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-livedata:$lifecycle_version" implementation "androidx.fragment:fragment:1.3.3" + implementation "androidx.preference:preference:$preference_version" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' |