Rate limited maptiler key is added.

This commit is contained in:
Onuray Sahin 2021-12-31 15:12:46 +03:00
parent 6e1911e686
commit 4d6eec8972
2 changed files with 2 additions and 1 deletions

1
changelog.d/2210.bugfix Normal file
View file

@ -0,0 +1 @@
Static location sharing and rendering

View file

@ -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"