From 7f09bb4ba33b4620faa7fa2e3efe3bb69e01082d Mon Sep 17 00:00:00 2001 From: Gavriil Sitnikov Date: Fri, 11 Mar 2016 02:46:43 +0300 Subject: [PATCH] useless settings removed --- build.gradle | 12 ++---------- proguard-rules.pro | 17 ----------------- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 proguard-rules.pro diff --git a/build.gradle b/build.gradle index dbc9625..60ec1f7 100644 --- a/build.gradle +++ b/build.gradle @@ -13,14 +13,6 @@ android { defaultConfig { minSdkVersion 9 targetSdkVersion 23 - versionCode 1 - versionName "1.0" - } - buildTypes { - release { - minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' - } } } @@ -28,8 +20,8 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libraries:core') - provided 'com.android.support:appcompat-v7:23.1.1' - compile 'com.android.support:recyclerview-v7:23.1.1' + provided 'com.android.support:appcompat-v7:23.2.0' + compile 'com.android.support:recyclerview-v7:23.2.0' provided 'io.reactivex:rxandroid:1.1.0' diff --git a/proguard-rules.pro b/proguard-rules.pro deleted file mode 100644 index 181828a..0000000 --- a/proguard-rules.pro +++ /dev/null @@ -1,17 +0,0 @@ -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in C:\Users\ZuZuK\AppData\Local\Android\sdk/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the proguardFiles -# directive in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#}