Rollout first stable build v1.0.1

This commit is contained in:
Mr. Dragon
2018-02-06 15:13:35 +05:30
parent cdbe32c999
commit 40416ad58c
2 changed files with 7 additions and 5 deletions

View File

@@ -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'
}
}

View File

@@ -25,4 +25,7 @@
-allowaccessmodification
-dontskipnonpubliclibraryclasses
-renamesourcefileattribute SourceFile
-keepattributes SourceFile,LineNumberTable
-keepattributes SourceFile,LineNumberTable
-dontwarn okhttp3.**
-dontwarn okio.**
-dontwarn javax.annotation.**