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

Commit

Permalink
Update sample config files
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Apr 8, 2018
1 parent efc9c00 commit d47a5d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
16 changes: 8 additions & 8 deletions team-props/application.properties.sample
@@ -1,11 +1,11 @@
# The application's package name
applicationId=net.squanchy.example

# The application label, that is, its displayed name (e.g., in the launcher)
applicationName="Squanchy"
##### Sample app settings #####

# The query to use for the social feed (i.e., the search terms to use)
socialQuery=#squanchy
# Application package name and label
applicationId=net.squanchy.example
applicationName=Squanchy

# The deeplinking scheme to use; e.g., in this case: squanchy://...
# Scheme used for deeplinks into content
deeplinkScheme=squanchy

# Algolia App ID (used for search)
algoliaId=
2 changes: 2 additions & 0 deletions team-props/releaseSigningConfig.properties.sample
@@ -1,3 +1,5 @@
##### Sample release config #####

# The path of the release keystore file (inside the team-props folder)
storeFile=signing/release.keystore

Expand Down
7 changes: 4 additions & 3 deletions team-props/secrets.properties.sample
@@ -1,8 +1,9 @@
##### Sample app secrets #####

# API key for Fabric — you can find it here: https://fabric.io/kits/android/crashlytics/install,
# or use the IDE plugin for an automated setup process: https://fabric.io/downloads/android-studio
# and then extract the API key from the setup wizard and put it here.
fabricApiKey=

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

0 comments on commit d47a5d4

Please sign in to comment.