From 3bf9b65afd78203edb7ab4cb5f59f73aac9004a8 Mon Sep 17 00:00:00 2001 From: shizhenzhen Date: Sat, 12 Oct 2019 11:36:10 +0800 Subject: [PATCH] =?UTF-8?q?compile=E6=9B=B4=E6=94=B9=E4=B8=BAimplementatio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index ef76f45..4cd0a0d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -19,8 +19,7 @@ android { } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'androidx.appcompat:appcompat:1.0.0' - compile 'com.facebook.react:react-native:+' - compile 'com.google.zxing:core:3.2.1' + implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'com.facebook.react:react-native:+' + implementation 'com.google.zxing:core:3.2.1' }