Skip to content

Commit 404485a

Browse files
change jitpack config
1 parent 146a3a8 commit 404485a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ android {
1717
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1818
}
1919
}
20+
android {
21+
lintOptions {
22+
abortOnError false
23+
}
24+
}
25+
2026
}
2127

2228
dependencies {

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33

4-
group = 'com.github.tiagohm'
4+
group = 'com.github.polidea'
55

66
android {
77
compileSdkVersion 25

0 commit comments

Comments
 (0)