- package ${MAIN_CLASS.packageName};
-
- // The constants are replaced before compilation
- public class BuildConstants {
-
- public static final String VERSION = "${version}";
- }
- package ${MAIN_CLASS.packageName};
-
- // These constants are replaced before compilation
- public class BuildConstants {
- public static final String VERSION = "${version}";
- }