mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Feat | Dark mode (#2018)
This commit is contained in:
parent
0004e4c546
commit
7748d2926f
334 changed files with 1346 additions and 960 deletions
|
@ -61,7 +61,7 @@ ext.getBuildVersionName = {
|
|||
def versionMinor = getProperty('version.versionMinor').toInteger()
|
||||
def versionPatch = getProperty('version.versionPatch').toInteger()
|
||||
|
||||
def name = "${versionMajor}.${versionMinor}.${versionPatch}"
|
||||
def name = "0.5.0-dark-mode-4"
|
||||
|
||||
return name
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue