mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +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.
|
||||
buildConfigField "Boolean", "handleCallAssertedIdentityEvents", "false"
|
||||
|
||||
buildConfigField "String", "mapTilerKey", "\"DUMMY_KEY\""
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
// Keep abiFilter for the universalApk
|
||||
|
|
Loading…
Reference in a new issue