From c4035c24fb5653066adf93f4f3431103e984c274 Mon Sep 17 00:00:00 2001 From: Charmis-Square <143383883+Charmis-Square@users.noreply.github.com> Date: Thu, 12 Oct 2023 20:16:24 +0530 Subject: [PATCH] Update build.gradle --- example/android/app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index f4b4e63..296ac10 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -64,6 +64,7 @@ flutter { dependencies { implementation 'com.google.guava:guava:28.2-android' - implementation 'com.android.support:appcompat-v7-28.0.0' + implementation 'com.android.support:appcompat-v7:28.0.0-alpha1' + implementation 'com.android.support:design:28.0.0' implementation 'com.android.support:multidex:2.0.1' }