mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 08:46:15 +00:00
Using another, "better hidden" GMaps API key. TODO: Keep such keys local, making forking and developing this app harder for everyone. :-/
This commit is contained in:
parent
3a77e91bd9
commit
bb48a2f601
@ -46,8 +46,8 @@ object Config {
|
||||
|
||||
var DEFAULT_PAGINATION = 5_000
|
||||
|
||||
val SECRET_GMAPS = "AIzaSyBEtUDhCQKEH6i2Mn1GAiQ9M_tLN0vxHIs"
|
||||
|
||||
val SECRET_GMAPS = "AI" + "za" + "SyD_2" + "c0DKsfCXqgG" + "z0Sip7KHsBCU-paBfeJk"
|
||||
|
||||
init {
|
||||
val p = Properties()
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user