[cli] update appcompat and gradle tools versions in the template

This commit is contained in:
Felix Oghină 2015-09-16 16:30:11 +01:00
parent 0e03321551
commit f775bb0e05
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ 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'
compile 'com.facebook.react:react-native:0.11.+'
}

View File

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.android.tools.build:gradle:1.3.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files