1.1531 Massospondylus

This commit is contained in:
M66B 2021-03-16 10:18:16 +01:00
parent 74edd94cf4
commit dfc5a3c502
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
apply plugin: 'com.bugsnag.android.gradle'
def getVersionCode = { -> return 1530 }
def getReleaseName = { -> return "\"Latenivenatrix\"" }
def getVersionCode = { -> return 1531 }
def getReleaseName = { -> return "\"Massospondylus\"" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystorePropertiesFile = rootProject.file("keystore.properties")