mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Hotfix. Broken versioning script.
This commit is contained in:
parent
e05bef5543
commit
c9de2e1511
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ ext.getBuildVersionName = {
|
|||
def versionMinor = getProperty('version.versionMinor').toInteger()
|
||||
def versionPatch = getProperty('version.versionPatch').toInteger()
|
||||
|
||||
def name = "0.5.0-dark-mode-4"
|
||||
def name = "${versionMajor}.${versionMinor}.${versionPatch}"
|
||||
|
||||
return name
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue