mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-12 21:19:25 +01:00
Try to disable pre dexing for travis
This commit is contained in:
parent
5a77f224f4
commit
383d1d9431
@ -36,6 +36,9 @@ android {
|
|||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
dexOptions {
|
||||||
|
preDexLibraries = System.getenv('TRAVIS_BUILD_NUMBER') ? true : false
|
||||||
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError ABORT_ON_CHECK_FAILURE
|
abortOnError ABORT_ON_CHECK_FAILURE
|
||||||
|
Loading…
Reference in New Issue
Block a user