Update to latest build tools and support library 23.0.1

This commit is contained in:
Ali Shariat 2015-09-12 12:55:02 +04:30
parent 7053c5fa53
commit d6157f2df9
2 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ apply plugin: 'bintray-release'
android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 14
@ -34,9 +34,9 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:support-v4:23.0.0'
compile 'com.android.support:recyclerview-v7:23.0.0'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:support-v4:23.0.1'
compile 'com.android.support:recyclerview-v7:23.0.1'
testCompile 'junit:junit:4.12'
}

View File

@ -19,7 +19,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
buildToolsVersion "23.0.1"
defaultConfig {
minSdkVersion 14