diff --git a/app/app.iml b/app/app.iml index d96dd8d..6d94cee 100644 --- a/app/app.iml +++ b/app/app.iml @@ -93,11 +93,18 @@ - + - + - - + + + + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index d48fbda..dbf02a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,26 +1,26 @@ -apply plugin: 'com.android.application' +apply plugin: "com.android.application" android { - compileSdkVersion 21 - buildToolsVersion '25.0.0' + compileSdkVersion 25 + buildToolsVersion "25.0.2" defaultConfig { applicationId "org.c_base.pymlgame.controller" minSdkVersion 15 - targetSdkVersion 21 + targetSdkVersion 25 versionCode 1 - versionName "1.1.0" + versionName "1.1.1" } buildTypes { release { minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + proguardFiles getDefaultProguardFile("proguard-android.txt"), "'proguard-rules.pro" } } } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:21.0.3' - compile 'com.jakewharton:butterknife:6.0.0' + compile fileTree(dir: "libs", include: ["*.jar"]) + compile "com.android.support:appcompat-v7:25.3.1" + compile "com.jakewharton:butterknife:6.0.0" }