Signal-Android/src/org/thoughtcrime/securesms/Release.java

9 lines
224 B
Java
Raw Normal View History

package org.thoughtcrime.securesms;
public class Release {
public static final String PUSH_URL = "https://textsecure-service.whispersystems.org";
2013-12-01 17:21:41 -08:00
// public static final String PUSH_URL = "http://192.168.1.135:8080";
}