Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 21ef0f4

Browse files
Fix Android docs
1 parent bc3c9c3 commit 21ef0f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,13 +467,13 @@ To set this up, perform the following steps:
467467
buildTypes {
468468
debug {
469469
...
470-
buildConfigField "String", "CODEPUSH_KEY", "<INSERT_STAGING_KEY>"
470+
buildConfigField 'String', 'CODEPUSH_KEY', '"<INSERT_STAGING_KEY>"'
471471
...
472472
}
473473
474474
release {
475475
...
476-
buildConfigField "String", "CODEPUSH_KEY", "<INSERT_PRODUCTION_KEY>"
476+
buildConfigField 'String', 'CODEPUSH_KEY', '"<INSERT_PRODUCTION_KEY>"'
477477
...
478478
}
479479
}
@@ -502,7 +502,7 @@ If you want to be able to install both debug and release builds simultaneously o
502502
```groovy
503503
buildTypes {
504504
debug {
505-
applicationIdSuffix ".debug"
505+
applicationIdSuffix '.debug'
506506
}
507507
}
508508
```

0 commit comments

Comments
 (0)