mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-24 00:30:35 +02:00
avoid all these failing builds on Travis
This commit is contained in:
parent
2f757f5159
commit
75d03937d4
|
|
@ -18,6 +18,11 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
// avoid Travis failures
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
repositories {
|
||||
maven { url 'http://clinker.47deg.com/nexus/content/groups/public' }
|
||||
|
|
|
|||
Loading…
Reference in a new issue