Move trust store to raw resource from asset.

This commit is contained in:
Moxie Marlinspike
2013-07-10 16:33:14 -07:00
parent 1ac06312a0
commit 26dadfcb7a
4 changed files with 6 additions and 9 deletions

View File

@@ -15,8 +15,8 @@ import android.util.Log;
import com.google.android.gcm.GCMRegistrar;
import org.thoughtcrime.securesms.ApplicationPreferencesActivity;
import org.whispersystems.textsecure.push.GcmIntentService;
import org.whispersystems.textsecure.push.GcmRegistrationTimeoutException;
import org.thoughtcrime.securesms.gcm.GcmIntentService;
import org.thoughtcrime.securesms.gcm.GcmRegistrationTimeoutException;
import org.whispersystems.textsecure.push.PushServiceSocket;
import org.whispersystems.textsecure.push.RateLimitException;
import org.whispersystems.textsecure.util.Util;