From 08e3b32e94833a291e7997427699f76b28816906 Mon Sep 17 00:00:00 2001 From: James Treanor Date: Fri, 18 Oct 2019 12:23:40 +0100 Subject: [PATCH] Add org.wordpress:utils as dependency of react-native-gutenberg-bridge --- react-native-gutenberg-bridge/android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-gutenberg-bridge/android/build.gradle b/react-native-gutenberg-bridge/android/build.gradle index f571c4f2b2..81ba33ae68 100644 --- a/react-native-gutenberg-bridge/android/build.gradle +++ b/react-native-gutenberg-bridge/android/build.gradle @@ -116,6 +116,7 @@ dependencies { // Make sure to put android-jsc at the the first implementation "org.webkit:android-jsc:r241213" implementation project(':react-native-aztec') + implementation "org.wordpress:utils:1.22" if (rootProject.ext.buildGutenbergFromSource) { println "using gutenberg from source"