diff --git a/app/build.gradle b/app/build.gradle index 6d991b1..521a658 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion "25.0.3" defaultConfig { applicationId "fr.mobdev.goblim" minSdkVersion 15 targetSdkVersion 25 - versionCode 9 - versionName "2.6" + versionCode 10 + versionName "2.7" } buildTypes { @@ -27,6 +27,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:25.1.0' - compile 'com.android.support:design:25.1.0' + compile 'com.android.support:appcompat-v7:25.3.1' + compile 'com.android.support:design:25.3.1' }