Aperture: Update androidx.preference to 1.2.0
Change-Id: Ia29eb5aa74ff8c430e71178210902b079958e719
diff --git a/app/build.gradle b/app/build.gradle
index 28b56db..8a1c7ef 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -40,7 +40,7 @@
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
- implementation 'androidx.preference:preference:1.1.1'
+ implementation 'androidx.preference:preference:1.2.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'