Changed version to 1.3.0 .

This commit is contained in:
Ryszard Wiśniewski 2010-06-12 21:22:56 +02:00
parent 2748ef833a
commit 3703384df9

View File

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