mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-13 03:58:54 +01:00
9 lines
224 B
Java
9 lines
224 B
Java
package org.thoughtcrime.securesms;
|
|
|
|
public class Release {
|
|
|
|
public static final String PUSH_URL = "https://textsecure-service.whispersystems.org";
|
|
// public static final String PUSH_URL = "http://192.168.1.135:8080";
|
|
|
|
}
|