Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechazawa committed Aug 30, 2016
1 parent 7c7939c commit 9b43230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/io/Pushjet/api/SettingsActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class SettingsActivity extends PreferenceActivity {
* shown on tablets.
*/
private static final boolean ALWAYS_SIMPLE_PREFS = false;
private static final String DEFAULT_PUSHJET_GCM_REGISTER_URL = "http://api.pushjet.io";
private static final String DEFAULT_PUSHJET_GCM_REGISTER_URL = "https://api.pushjet.io";
private static final String DEFAULT_SENDER_ID = "509878466986";

private static Preference.OnPreferenceClickListener sBindOnPreferenceClickListener = new Preference.OnPreferenceClickListener() {
Expand Down

0 comments on commit 9b43230

Please sign in to comment.