1.1781 release

This commit is contained in:
M66B 2021-11-23 10:12:21 +01:00
parent dca0773c8f
commit 5a74cac197
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1780 }
def getVersionCode = { -> return 1781 }
def getRevision = { -> "a" }
def getReleaseName = { -> return "Banji" }
def getReleaseName = { -> return "Caudipteryx" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystorePropertiesFile = rootProject.file("keystore.properties")