mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Fixed version number
This commit is contained in:
parent
252d4f6a7f
commit
704ab9e422
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
|
|||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 2205 }
|
||||
def getRevision = { -> return "b" }
|
||||
def getVersionCode = { -> return 2206 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Acantholipan" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
|
|
Loading…
Reference in a new issue