mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Rate limited maptiler key is added.
This commit is contained in:
parent
6e1911e686
commit
4d6eec8972
2 changed files with 2 additions and 1 deletions
1
changelog.d/2210.bugfix
Normal file
1
changelog.d/2210.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Static location sharing and rendering
|
|
@ -150,7 +150,7 @@ android {
|
|||
// This *must* only be set in trusted environments.
|
||||
buildConfigField "Boolean", "handleCallAssertedIdentityEvents", "false"
|
||||
|
||||
buildConfigField "String", "mapTilerKey", "\"DUMMY_KEY\""
|
||||
buildConfigField "String", "mapTilerKey", "\"KF6tcY7YuKFgJSZ1EFQ2\""
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
|
Loading…
Reference in a new issue