From 53160017d51297ff23e74646daa6cb2c84c527fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dtalo=20Menezes?= Date: Mon, 5 Mar 2018 16:54:31 -0300 Subject: [PATCH] Added Android dependencies --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 75e5ef8..96c9a36 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -43,6 +43,8 @@ repositories { } dependencies { + annotationProcessor 'com.neenbedankt.bundles:argument:1.0.4' + compile 'com.neenbedankt.bundles:argument:1.0.4' compile 'com.facebook.react:react-native:+' compile('com.sumup:merchant-sdk:2.5.1@aar') { transitive = true