Rework the version endpoint

This commit is contained in:
Aria Moradi
2021-04-30 06:07:29 +04:30
parent 34d8feacdd
commit bf6a0aba5d
4 changed files with 31 additions and 13 deletions

View File

@@ -1,6 +0,0 @@
package ir.armor.tachidesk.impl
import ir.armor.tachidesk.BuildConfig
fun getVersion(): String {
return BuildConfig.VERSION
}