1.1551 Ornatops

This commit is contained in:
M66B 2021-04-07 19:33:43 +02:00
parent c04eae91d2
commit 27a5b375ff
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 1550 }
def getReleaseName = { -> return "\"Nullotitan\"" }
def getVersionCode = { -> return 1551 }
def getReleaseName = { -> return "\"Ornatops\"" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystorePropertiesFile = rootProject.file("keystore.properties")