NTP-17108 | GCloud Cost - Realtime DB - Remove Android Implementation (#13926)

Co-authored-by: sanjaypanjawani <sanjay.p@navi.com>
This commit is contained in:
Shivam Goyal
2024-12-03 18:16:45 +05:30
committed by GitHub
parent c10750b13c
commit 0f8da5db7d
76 changed files with 373 additions and 1105 deletions

View File

@@ -36,6 +36,9 @@ const val CAMERA_FILE_DATE_FORMAT = "yyyyMMdd_HHmmss"
const val AMPERSAND = "&"
const val ANGULAR_BRACKET_REPLACEMENT_VALUE = "ab"
const val SHA_256 = "SHA-256"
const val SUCCESS = "SUCCESS"
const val PENDING = "PENDING"
const val FAILURE = "FAILURE"
// DataStore
const val NAVI_PREFERENCES_DATASTORE = "naviPreferencesDataStore"