about summary refs log tree commit diff
path: root/android/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/build.gradle')
-rw-r--r--android/app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 932c12d13..8c1b2cbe3 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -267,6 +267,8 @@ dependencies {
     implementation "com.facebook.react:react-native:+"  // From node_modules
 
     implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
+    
+    implementation project(':rn-fetch-blob')                                                                      
 
     debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
         exclude group:'com.facebook.fbjni'