From 1312b5364b18d89a27246727e15c76fb0381ec14 Mon Sep 17 00:00:00 2001 From: Charmis-Square <143383883+Charmis-Square@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:56:18 +0530 Subject: [PATCH] Update build.gradle --- example/android/app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 40910cf..20a0b1c 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -64,5 +64,8 @@ flutter { dependencies { implementation 'com.google.guava:guava:28.2-android' + implementation 'com.android.support:appcompat-v7-28.0.0' + implementation 'com.android.support:design-28.0.0' + implementation 'com.android.support:support-v4-28.0.0' implementation 'com.android.support:multidex:2.0.1' }