Skip to content

Commit

Permalink
minified to false, version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas VALLOO committed Feb 23, 2017
1 parent 62e9909 commit 080abe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ group='com.github.Thomas-Valloo'

def versionMajor = 2
def versionMinor = 0
def versionPatch = 2
def versionPatch = 3
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

android {
Expand All @@ -21,7 +21,7 @@ android {
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 080abe8

Please sign in to comment.