Skip to content

Commit

Permalink
* fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Dec 27, 2016
1 parent 09bb691 commit 6613e3c
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 @@ -16,6 +16,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

lintOptions {
abortOnError false
}

enforceUniquePackageName false
}

Expand Down

0 comments on commit 6613e3c

Please sign in to comment.