mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
1.1700 release
This commit is contained in:
parent
ad48f704e7
commit
60e327f288
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
|
|||
apply plugin: 'com.bugsnag.android.gradle'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
def getVersionCode = { -> return 1699 }
|
||||
def getReleaseName = { -> return "\"Velafrons\"" }
|
||||
def getVersionCode = { -> return 1700 }
|
||||
def getReleaseName = { -> return "\"Wellnhoferia\"" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
def keystorePropertiesFile = rootProject.file("keystore.properties")
|
||||
|
|
Loading…
Reference in a new issue