Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion TMessagesProj/src/main/java/ru/dahl/messenger/Extra.kt.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ object Extra {
// https://core.telegram.org/api/obtaining_api_id
const val APP_ID = 12345678
const val APP_HASH = "abcdefg"
}

const val CALLS_API_KEY = "CHKIPMKGDIHBABABA"
const val CALLS_BASE_URL = "https://calls.okcdn.ru/"
const val GOOGLE_AUTH_CLIENT = "504335149376-c2ju0o1lngm9s74u1q4prqnep264q9s.apps.googleusercontent.com"
const val MYTRACKER_SDK_KEY = "18448749050127189238G"
const val PROXY_ADDRESS = "dal.mvk.com"
const val PROXY_PORT = 443
const val PROXY_SECRET = "dd6b3fb04414dbac55fef2da67c8c949"
const val SMS_HASH = ""
}