Make lint issues non-fatal

This commit is contained in:
relan 2016-05-26 08:15:07 +03:00
parent bd3f10d395
commit 936f3b1a76

View File

@ -44,4 +44,8 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
lintOptions {
abortOnError false
}
}