From e9f159bdc478fdba003505fe850b214a215b374e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 9 Nov 2020 22:10:28 -0500 Subject: [PATCH] update libraries --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1950625..5dd0cd0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,8 +34,8 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'com.google.android.material:material:1.2.1' } def props = new Properties()