Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
florent37 committed Jan 29, 2016
1 parent 5e9d43b commit 70dda34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion freezer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ android {
versionCode 1
versionName "1.0"
}

android {
lintOptions {
abortOnError false
}
}
}

dependencies {
Expand Down Expand Up @@ -46,4 +52,4 @@ ext {
if (project.rootProject.file('local.properties').exists()) {
apply from: rootProject.file('gradle/install-v1.gradle')
apply from: rootProject.file('gradle/bintray-android-v1.gradle')
}
}

0 comments on commit 70dda34

Please sign in to comment.