From 041edb2d181bc2437e10b122f641641ea10e94af Mon Sep 17 00:00:00 2001 From: David Luhmer Date: Wed, 10 Apr 2019 12:56:52 -0300 Subject: [PATCH] fix offset of PreferenceCatergories (bug in androidx library) --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index bcf74417..bfae0d19 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -134,7 +134,7 @@ dependencies { implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.core:core:1.1.0-alpha05" implementation "androidx.appcompat:appcompat:1.1.0-alpha04" - implementation "androidx.preference:preference:1.0.0" + implementation "androidx.preference:preference:1.1.0-alpha04" // https://mvnrepository.com/artifact/com.google.android.material/material implementation "com.google.android.material:material:1.1.0-alpha05"