mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Use official maptiler key.
This commit is contained in:
parent
5581e0b5ba
commit
42dcf52eb0
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ android {
|
|||
// This *must* only be set in trusted environments.
|
||||
buildConfigField "Boolean", "handleCallAssertedIdentityEvents", "false"
|
||||
|
||||
buildConfigField "String", "mapTilerKey", "\"KF6tcY7YuKFgJSZ1EFQ2\""
|
||||
buildConfigField "String", "mapTilerKey", "\"fU3vlMsMn4Jb6dnEIFsx\""
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
|
Loading…
Reference in a new issue