mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Dummy maptiler key added for CI.
This commit is contained in:
parent
15fa42ba9b
commit
fc4d18f84e
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ android {
|
||||||
// This *must* only be set in trusted environments.
|
// This *must* only be set in trusted environments.
|
||||||
buildConfigField "Boolean", "handleCallAssertedIdentityEvents", "false"
|
buildConfigField "Boolean", "handleCallAssertedIdentityEvents", "false"
|
||||||
|
|
||||||
|
buildConfigField "String", "mapTilerKey", "\"DUMMY_KEY\""
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
// Keep abiFilter for the universalApk
|
// Keep abiFilter for the universalApk
|
||||||
|
|
Loading…
Add table
Reference in a new issue