mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 02:38:58 +03:00
Push
This commit is contained in:
parent
312c09b902
commit
ba9a3a2886
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ ext {
|
||||||
|
|
||||||
travisBuild = System.getenv("TRAVIS") == "true"
|
travisBuild = System.getenv("TRAVIS") == "true"
|
||||||
|
|
||||||
// allows for -Dpre-dex=false to be set
|
// allows for -Dpre-dex=false to be set :)
|
||||||
preDexEnabled = "true".equals(System.getProperty("pre-dex", "true"))
|
preDexEnabled = "true".equals(System.getProperty("pre-dex", "true"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue