Updated gradle build files with new syntax, etc.
This commit is contained in:
parent
5562a693a9
commit
3001a4f8f0
5 changed files with 34 additions and 30 deletions
|
@ -14,7 +14,7 @@ import java.util.Date;
|
|||
*/
|
||||
public final class GeneratedVersion {
|
||||
private final static String buildmeta = "";
|
||||
private final static Date date = new Date(1468888435317L);
|
||||
private final static Date date = new Date(1490396459441L);
|
||||
private final static int major = 3;
|
||||
private final static int minor = 1;
|
||||
private final static int patch = 49;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue