mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2905 Primitives | Epic | Foundation for primitives (#2098)
Co-authored-by: Evgenii Kozlov <enklave.mare.balticum@protonmail.com>
This commit is contained in:
parent
88aa30d64b
commit
4bc1e060f3
153 changed files with 10877 additions and 1616 deletions
|
@ -98,7 +98,7 @@ ext.getBuildVersionName = {
|
|||
def date = getCurrentDate()
|
||||
return "${versionMajor}.${versionMinor}.${versionPatch}-${date}"
|
||||
} else {
|
||||
return "${versionMajor}.${versionMinor}.${versionPatch}-alpha"
|
||||
return "${versionMajor}.${versionMinor}.${versionPatch}"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue