Merge pull request #13 from heydabop/master
fix build error caused by support library 23.2
This commit is contained in:
commit
ada4632eef
|
@ -28,7 +28,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:appcompat-v7:23.+'
|
||||
compile 'com.android.support:appcompat-v7:23.1'
|
||||
compile 'com.facebook.react:react-native:0.14.+'
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
|
Loading…
Reference in New Issue