We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146a3a8 commit 404485aCopy full SHA for 404485a
app/build.gradle
@@ -17,6 +17,12 @@ android {
17
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
18
}
19
20
+ android {
21
+ lintOptions {
22
+ abortOnError false
23
+ }
24
25
+
26
27
28
dependencies {
library/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
4
-group = 'com.github.tiagohm'
+group = 'com.github.polidea'
5
6
android {
7
compileSdkVersion 25
0 commit comments