Revert to compile (#796)

This commit is contained in:
Andrew Shini 2018-08-21 23:22:08 +10:00 committed by Ivan Pusic
parent 8dc19649e5
commit 7efad7be4e
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.facebook.react:react-native:+' compile 'com.facebook.react:react-native:+'
implementation 'com.github.yalantis:ucrop:2.2.2-native' compile 'com.github.yalantis:ucrop:2.2.2-native'
implementation 'id.zelory:compressor:2.1.0' compile 'id.zelory:compressor:2.1.0'
} }