diff --git a/DummyAndroidApp.iml b/DummyAndroidApp.iml index b6b3656..61e9318 100644 --- a/DummyAndroidApp.iml +++ b/DummyAndroidApp.iml @@ -8,7 +8,7 @@ - + @@ -16,4 +16,4 @@ - \ No newline at end of file + diff --git a/app/build.gradle b/app/build.gradle index f2ff97c..1cfc64c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,13 +29,13 @@ storePassword keystoreProperties['storePassword'] } } - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 24 + buildToolsVersion "24.0.2" defaultConfig { applicationId "nl.digital_me.dummyandroidapp" minSdkVersion 10 - targetSdkVersion 23 - versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 10 + targetSdkVersion 24 + versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 12 versionName project.hasProperty('versionName') ? project.property('versionName') : "0.0.1" } buildTypes { @@ -53,6 +53,6 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:23.0.1' - compile 'com.android.support:design:23.0.1' + compile 'com.android.support:appcompat-v7:24.2.0' + compile 'com.android.support:design:24.2.0' }