Skip to content
This repository was archived by the owner on Feb 17, 2020. It is now read-only.

Commit d47a5d4

Browse files
committed
Update sample config files
1 parent efc9c00 commit d47a5d4

3 files changed

Lines changed: 14 additions & 11 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The application's package name
2-
applicationId=net.squanchy.example
3-
4-
# The application label, that is, its displayed name (e.g., in the launcher)
5-
applicationName="Squanchy"
1+
##### Sample app settings #####
62

7-
# The query to use for the social feed (i.e., the search terms to use)
8-
socialQuery=#squanchy
3+
# Application package name and label
4+
applicationId=net.squanchy.example
5+
applicationName=Squanchy
96

10-
# The deeplinking scheme to use; e.g., in this case: squanchy://...
7+
# Scheme used for deeplinks into content
118
deeplinkScheme=squanchy
9+
10+
# Algolia App ID (used for search)
11+
algoliaId=

team-props/releaseSigningConfig.properties.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
##### Sample release config #####
2+
13
# The path of the release keystore file (inside the team-props folder)
24
storeFile=signing/release.keystore
35

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
##### Sample app secrets #####
2+
13
# API key for Fabric — you can find it here: https://fabric.io/kits/android/crashlytics/install,
24
# or use the IDE plugin for an automated setup process: https://fabric.io/downloads/android-studio
35
# and then extract the API key from the setup wizard and put it here.
46
fabricApiKey=
57

6-
# API key and Secret for Twitter — you can find it or register a new app here: https://apps.twitter.com/
7-
twitterApiKey=
8-
twitterSecret=
8+
# API key for Algolia — you can find it or register a new app here: https://www.algolia.com
9+
algoliaApiKey=

0 commit comments

Comments
 (0)