Skip to content

Commit

Permalink
Merge branch 'develop' into fix/work-manager-init-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdebs committed Oct 16, 2023
2 parents e2f239b + 78a08d8 commit 8c0a1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
versionCode 4
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "DATA_PLANE_URL", properties.getProperty('dataplaneUrl', 'https://api.rudderstack.com'))
buildConfigField("String", "DATA_PLANE_URL", properties.getProperty('dataplaneUrl', "\"https://api.rudderstack.com\""))
buildConfigField("String", "CONTROL_PLANE_URL", properties.getProperty('controlplaneUrl', "\"https://api.rudderstack.com\""))
buildConfigField("String", "WRITE_KEY", properties.getProperty('writeKey', "\"\""))
}
Expand Down

0 comments on commit 8c0a1ed

Please sign in to comment.