1.1535 Nullotitan

This commit is contained in:
M66B 2021-03-21 15:34:36 +01:00
parent 9d6d6ff1a0
commit 8164f4cd4d
1 changed files with 2 additions and 2 deletions

View File

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