This commit is contained in:
Aleksander Nowakowski 2016-06-29 14:26:40 +02:00
parent 806af4d9c4
commit 734ba59a5e
1 changed files with 4 additions and 4 deletions

View File

@ -40,12 +40,12 @@ ext {
}*/
android {
compileSdkVersion 23
buildToolsVersion '23.0.3'
compileSdkVersion 24
buildToolsVersion '24.0.0'
defaultConfig {
minSdkVersion 18
targetSdkVersion 23
targetSdkVersion 24
versionCode 3
versionName "0.6.2"
}
@ -59,7 +59,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:support-v4:24.0.0'
compile 'com.google.code.gson:gson:2.5'
}
/*