This commit is contained in:
Mario Danic 2017-04-19 19:48:50 +02:00
parent 312c09b902
commit ba9a3a2886

View file

@ -33,7 +33,7 @@ ext {
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"))
}