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