removed unused travis detection
This commit is contained in:
parent
d21362288e
commit
63d61408e6
|
@ -82,7 +82,6 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
travisBuild = System.getenv("TRAVIS") == "true"
|
|
||||||
preDexEnabled = System.getProperty("pre-dex", "true")
|
preDexEnabled = System.getProperty("pre-dex", "true")
|
||||||
abiCodes = ['armeabi-v7a': 1, 'x86': 2, 'x86_64': 3, 'arm64-v8a': 4]
|
abiCodes = ['armeabi-v7a': 1, 'x86': 2, 'x86_64': 3, 'arm64-v8a': 4]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue