Mario Danic 8 years ago
parent
commit
ba9a3a2886
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle.modified

+ 1 - 1
build.gradle.modified

@@ -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"))
 }