Skip to content

Commit c096cae

Browse files
fix
1 parent b7d82c0 commit c096cae

File tree

12 files changed

+13
-12
lines changed

12 files changed

+13
-12
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#Last build type
2-
#Sun, 28 Sep 2014 21:52:38 +0800
2+
#Sun, 28 Sep 2014 22:01:49 +0800
33

4-
build.last.target=debug
4+
build.last.target=release
55

66
build.last.is.instrumented=false
77

8-
build.last.is.packaging.debug=true
8+
build.last.is.packaging.debug=false
99

10-
build.last.is.signing.debug=true
10+
build.last.is.signing.debug=false
Binary file not shown.

hackfoldr/platforms/android/CordovaLib/ant-gen/org/apache/cordova/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
package org.apache.cordova;
33

44
public final class BuildConfig {
5-
public final static boolean DEBUG = true;
5+
public final static boolean DEBUG = false;
66
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#Last build type
2-
#Sun, 28 Sep 2014 21:52:59 +0800
2+
#Sun, 28 Sep 2014 22:02:24 +0800
33

4-
build.last.target=debug
4+
build.last.target=release
55

66
build.last.is.instrumented=false
77

8-
build.last.is.packaging.debug=true
8+
build.last.is.packaging.debug=false
99

10-
build.last.is.signing.debug=true
10+
build.last.is.signing.debug=false
Binary file not shown.

0 commit comments

Comments
 (0)