From b9c6f73c6bfd560730feb1c3a035041f8c4698b1 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 29 Aug 2018 21:27:24 -0700 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 33939fe..51c81bd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -49,5 +49,5 @@ android { dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.51' implementation 'me.dm7.barcodescanner:zxing:1.9.8' - implementation 'com.android.support:design:27.1.1' + api 'com.android.support:design:27.1.1' }