Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Android studio is too strict...
Browse files Browse the repository at this point in the history
  • Loading branch information
fengberd committed Nov 19, 2016
1 parent 375c061 commit 6c8c93d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ android {
versionCode 1076
versionName "1.0.7.6"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

lintOptions {
checkReleaseBuilds false
}
}

dependencies {
Expand Down

0 comments on commit 6c8c93d

Please sign in to comment.