Updated on 2026-08-14
This commit is contained in:
parent
0391e50dc8
commit
cb36d5cf25
28 changed files with 78 additions and 61 deletions
|
|
@ -3,6 +3,7 @@ package com.tangem.core.featuretoggle.version
|
|||
import android.content.Context
|
||||
import android.content.pm.PackageManager
|
||||
import android.os.Build
|
||||
import com.tangem.utils.StringsSigns.MINUS
|
||||
import dagger.hilt.android.qualifiers.ApplicationContext
|
||||
import javax.inject.Inject
|
||||
|
||||
|
|
@ -34,6 +35,6 @@ internal class DefaultVersionProvider @Inject constructor(
|
|||
}
|
||||
|
||||
private companion object {
|
||||
const val VERSION_NAME_DELIMITER = "-"
|
||||
const val VERSION_NAME_DELIMITER = MINUS
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue