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