Skip to content

Commit 2e2b5c6

Browse files
committed
Need oauthScopes in sample bootconfig to avoid compilation error
1 parent e8fa14e commit 2e2b5c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shared/bootconfig.xml.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
<!-- Replace placeholders via install script env vars or edit manually -->
55
<string name="remoteAccessConsumerKey">__CONSUMER_KEY__</string>
66
<string name="oauthRedirectURI">__REDIRECT_URI__</string>
7+
<string-array name="oauthScopes" />
78
</resources>

0 commit comments

Comments
 (0)