Changed version to 1.2.0.

This commit is contained in:
Ryszard Wiśniewski 2010-06-03 15:02:04 +02:00
parent 2c587188db
commit 710d7b54d7

View File

@ -420,5 +420,5 @@ public class Androlib {
new String[]{"resources.arsc", "AndroidManifest.xml", "res"};
private final static String[] APP_RESOURCES_FILENAMES =
new String[]{"AndroidManifest.xml", "res"};
private final static String VERSION = "1.1.1";
private final static String VERSION = "1.2.0";
}