From c5e38c3ac381b4571cfe43c0a798b3d178eb0847 Mon Sep 17 00:00:00 2001 From: Yusuf Saifudin Date: Mon, 19 Jun 2023 07:04:57 +0700 Subject: [PATCH] :arrow_up: update material & appcompat --- .idea/misc.xml | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 55c0ec2..7cfc954 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/app/build.gradle b/app/build.gradle index f30e6b9..161c0b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,8 +78,8 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') testImplementation 'junit:junit:4.13' - implementation 'androidx.appcompat:appcompat:1.6.0' - implementation 'com.google.android.material:material:1.8.0' + implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'com.google.android.material:material:1.9.0' implementation "com.google.android.gms:play-services-maps:$playServiceMapsVersion" implementation "com.google.android.gms:play-services-location:$playServiceLocationVersion"