mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +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'
|
||||
}
|
||||
}
|
||||
dexOptions {
|
||||
preDexLibraries = System.getenv('TRAVIS_BUILD_NUMBER') ? true : false
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError ABORT_ON_CHECK_FAILURE
|
||||
|
Loading…
Reference in New Issue
Block a user