From 40416ad58c99e90c1da1317ff1ec0ee1b9ec00c1 Mon Sep 17 00:00:00 2001 From: "Mr. Dragon" Date: Tue, 6 Feb 2018 15:13:35 +0530 Subject: [PATCH] Rollout first stable build v1.0.1 --- app/build.gradle | 7 +++---- app/proguard-rules.pro | 5 ++++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0af5254dc..c58dda300 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,14 +8,13 @@ android { applicationId "in.dragons.galaxy" minSdkVersion 21 targetSdkVersion 27 - versionCode 3 - versionName 'beta' + versionCode 1 + versionName '1.0' vectorDrawables.useSupportLibrary = true + multiDexEnabled true } buildTypes { release { - shrinkResources true - minifyEnabled true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index f923ab679..1d02dbc2a 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -25,4 +25,7 @@ -allowaccessmodification -dontskipnonpubliclibraryclasses -renamesourcefileattribute SourceFile --keepattributes SourceFile,LineNumberTable \ No newline at end of file +-keepattributes SourceFile,LineNumberTable +-dontwarn okhttp3.** +-dontwarn okio.** +-dontwarn javax.annotation.** \ No newline at end of file