Skip to content

Commit

Permalink
Fix privacy policy URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquitolabs committed Sep 18, 2018
1 parent 5c42b81 commit 81ad1c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Constants {
public static final String FIREBASE_CONFIG_SHARE_APP_MESSAGEREQUIRED = "share_app_message";
public static final String FIREBASE_CONFIG_WEB_URL = "web_url";
public static final String FIREBASE_CONFIG_API_URL = "api_url";
public static final String PRIVACY_POLICY_URL = "https://raw.githubusercontent.com/mosquitolabs/referendum_1o_android/master/privacy_policy.html";
public static final String PRIVACY_POLICY_URL = "https://htmlpreview.github.io/?https://github.com/mosquitolabs/referendum_1o_android/blob/master/privacy_policy.html";

public static final String TWITTER_CONSUMER_KEY = "XXXXXX";
public static final String TWITTER_CONSUMER_SECRET = "XXXXXX";
Expand Down

0 comments on commit 81ad1c0

Please sign in to comment.