-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
app/src/main/java/org/horaapps/leafpic/SecretConstants.java
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
app/src/main/java/org/horaapps/leafpic/SecretConstantsExample.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package org.horaapps.leafpic; | ||
|
||
/** | ||
* Created by dnld on 31/07/16. | ||
*/ | ||
|
||
public class SecretConstantsExample { | ||
|
||
//NOTE: if you want to build this app rename this file as SecretConstants and get your keys. | ||
|
||
//you can get a free token at https://www.mapbox.com | ||
public static String MAP_BOX_TOKEN = "pk.################################################"; | ||
//needed for iap | ||
public static String PLAY_STORE_KEY = "########################################################################"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters