Skip to content

Commit bcd6782

Browse files
committed
Changed version to 1.3.2 .
1 parent 4219a8e commit bcd6782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/brut/androlib/Androlib.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,5 +429,5 @@ private File[] newFiles(String[] names, File dir) {
429429
new String[]{"resources.arsc", "AndroidManifest.xml"};
430430
private final static String[] APP_RESOURCES_FILENAMES =
431431
new String[]{"AndroidManifest.xml", "res"};
432-
private final static String VERSION = "1.3.1";
432+
private final static String VERSION = "1.3.2";
433433
}

0 commit comments

Comments
 (0)