1.1596 Qiaowanlong

This commit is contained in:
M66B 2021-05-18 07:46:06 +02:00
parent ca4a94a6ce
commit 581084a333
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
def getVersionCode = { -> return 1595 }
def getReleaseName = { -> return "\"Pteropelyx\"" }
def getVersionCode = { -> return 1596 }
def getReleaseName = { -> return "\"Qiaowanlong\"" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystorePropertiesFile = rootProject.file("keystore.properties")