From cad311e3449ff1bb9a91f12a27e5fa4dc9271824 Mon Sep 17 00:00:00 2001 From: fattire Date: Wed, 23 Oct 2019 17:22:36 -0700 Subject: [PATCH] Update contraintlayout and material libs. remove unneeded attrs.xml --- build.gradle | 4 ++-- src/main/res/values/attrs.xml | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 src/main/res/values/attrs.xml diff --git a/build.gradle b/build.gradle index d78beb07..8643c205 100644 --- a/build.gradle +++ b/build.gradle @@ -139,11 +139,11 @@ configurations { dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3' implementation 'androidx.preference:preference:1.1.0' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.annotation:annotation:1.1.0' - implementation 'com.google.android.material:material:1.1.0-beta01' + implementation 'com.google.android.material:material:1.2.0-alpha01' implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.wdullaer:materialdatetimepicker:4.2.3' implementation 'com.github.guardianproject:signal-cli-android:v0.6.0-android-beta-1' diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml deleted file mode 100644 index 6d5be4a0..00000000 --- a/src/main/res/values/attrs.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - -