From 7229aeb7b5cd5c58db705237f23af0baa2a61cca Mon Sep 17 00:00:00 2001 From: weilu Date: Tue, 3 Sep 2019 17:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index e6e1d42..bfc5dab 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -44,4 +44,5 @@ android { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.41' implementation 'me.dm7.barcodescanner:zxing:1.9.13' + implementation 'androidx.core:core:1.0.0' }