From e35de238e5f017619bdb363196cbd5c4dde0a165 Mon Sep 17 00:00:00 2001 From: NeoTheFox Date: Fri, 6 Jul 2018 19:26:34 +0300 Subject: [PATCH] bumped version to 1.3 --- app/build.gradle | 4 ++-- app/proguard-rules.pro | 21 --------------------- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 app/proguard-rules.pro diff --git a/app/build.gradle b/app/build.gradle index 7545695..5be49d5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "space.neothefox.laytray" minSdkVersion 25 targetSdkVersion 26 - versionCode 3 - versionName "1.2" + versionCode 4 + versionName "1.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro deleted file mode 100644 index f1b4245..0000000 --- a/app/proguard-rules.pro +++ /dev/null @@ -1,21 +0,0 @@ -# Add project specific ProGuard rules here. -# You can control the set of applied configuration files using the -# proguardFiles setting in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# 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 *; -#} - -# Uncomment this to preserve the line number information for -# debugging stack traces. -#-keepattributes SourceFile,LineNumberTable - -# If you keep the line number information, uncomment this to -# hide the original source file name. -#-renamesourcefileattribute SourceFile