From 1f03919094b90a4a4f3e8c62f8483fc3d1af855e Mon Sep 17 00:00:00 2001 From: Mohammad Aljammal Date: Sun, 10 Jan 2021 16:38:36 +0200 Subject: [PATCH] fix android --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3adef1e4..19d22b13 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -82,6 +82,7 @@ dependencies { implementation 'com.google.guava:guava:27.0.1-android' // Dependency on local binaries implementation fileTree(dir: 'libs', include: ['*.jar']) + implementation 'com.google.code.gson:gson:2.8.6' // Dependency on a remote binary // implementation 'com.example.android:app-magic:12.3'