Skip to content

Commit 28186f8

Browse files
committed
Changed version to 1.3.1 .
1 parent 3f7155c commit 28186f8

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.0";
432+
private final static String VERSION = "1.3.1";
433433
}

0 commit comments

Comments
 (0)