Commit 0a974a18 authored by Syan's avatar Syan

Merge remote-tracking branch 'origin/master'

parents 2ad7fb49 49fe26a6
...@@ -81,7 +81,7 @@ buildscript { ...@@ -81,7 +81,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.android.tools.build:gradle:3.1.0'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
......
...@@ -341,6 +341,11 @@ RCT_EXPORT_METHOD(removeAllPhoto) { ...@@ -341,6 +341,11 @@ RCT_EXPORT_METHOD(removeAllPhoto) {
} }
} }
+ (BOOL)requiresMainQueueSetup
{
return YES;
}
- (BOOL)createDir { - (BOOL)createDir {
NSString * path = [NSString stringWithFormat:@"%@ImageCaches", NSTemporaryDirectory()];; NSString * path = [NSString stringWithFormat:@"%@ImageCaches", NSTemporaryDirectory()];;
NSFileManager *fileManager = [NSFileManager defaultManager]; NSFileManager *fileManager = [NSFileManager defaultManager];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment