Build tools 24.0.2 and support library 24.2.0

This commit is contained in:
Aleksander Nowakowski 2016-08-25 16:15:34 +02:00
parent 8bd2296081
commit c92e9c0b51
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ ext {
android {
compileSdkVersion 24
buildToolsVersion '24.0.0'
buildToolsVersion '24.0.2'
defaultConfig {
minSdkVersion 18
@ -59,7 +59,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:24.0.0'
compile 'com.android.support:support-v4:24.2.0'
compile 'com.google.code.gson:gson:2.5'
}
/*