Mario Danic 8 gadi atpakaļ
vecāks
revīzija
ba9a3a2886
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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"))
 }