mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-12 09:20:14 +08:00
Export latest Android changes
This commit is contained in:
@@ -24,11 +24,11 @@ android {
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile 'com.android.support:appcompat-v7:23.0.0'
|
||||
compile 'com.android.support:appcompat-v7:23.0.1'
|
||||
|
||||
// Depend on pre-built React Native
|
||||
compile 'com.facebook.react:react-native:0.11.+'
|
||||
|
||||
|
||||
// Depend on React Native source.
|
||||
// This is useful for testing your changes when working on React Native.
|
||||
// compile project(':ReactAndroid')
|
||||
|
||||
1
Examples/SampleApp/android/app/gradle.properties
Normal file
1
Examples/SampleApp/android/app/gradle.properties
Normal file
@@ -0,0 +1 @@
|
||||
android.useDeprecatedNdk=true
|
||||
Reference in New Issue
Block a user