Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. **
  2. * Use the number of seconds/10 since Dec 12 2017 as the versionCode.
  3. * This lets us upload a new build at most every 10 seconds for the
  4. * next 680 years.
  5. */
  6. def verCode = (int) (((new Date().getTime() / 1000) - 1513056598) / 10)
  7.  
  8. versionCode verCode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement