Fixes some warnings on build

This commit is contained in:
Sofiya Tepikin
2019-11-14 17:39:31 +01:00
parent 6175738fec
commit 3d53af8012
4 changed files with 8 additions and 10 deletions
+3 -3
View File
@@ -164,9 +164,9 @@ dependencies {
implementation project(':react-native-fs')
implementation project(':react-native-document-picker')
implementation project(':nodejs-mobile-react-native')
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
compile "com.facebook.react:react-native:+" // From node_modules
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
implementation "com.facebook.react:react-native:+" // From node_modules
androidTestImplementation('com.wix:detox:+') { transitive = true }
androidTestImplementation 'junit:junit:4.12'
}