mirror of https://github.com/M66B/FairEmail.git
1.1700 release
This commit is contained in:
parent
ad48f704e7
commit
60e327f288
|
@ -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 New Issue