disable-metrics-in-debug

This commit is contained in:
Geoffrey Goh
2016-02-02 15:15:17 -08:00
parent 6e887fa7c0
commit b1babeb510
4 changed files with 15 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ android {
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.facebook.react:react-native:0.15.1'
compile fileTree(dir: "libs", include: ["*.jar"])
compile "com.android.support:appcompat-v7:23.0.1"
compile "com.facebook.react:react-native:0.19.+"
}