mirror of
https://github.com/lilstiffy/MockGps.git
synced 2026-07-09 17:08:25 +00:00
Default value to blank string for API key in order to pass Android CI builds
This commit is contained in:
parent
99c8ddf426
commit
35edaa35aa
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ android {
|
|||
versionCode = 5
|
||||
versionName = "1.0.4"
|
||||
|
||||
manifestPlaceholders["API_KEY"] = props.getProperty("MAPS_API_KEY")
|
||||
manifestPlaceholders["API_KEY"] = props.getProperty("MAPS_API_KEY") ?: ""
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue