diff --git a/src/android/com/adobe/phonegap/push/PushConstants.java b/src/android/com/adobe/phonegap/push/PushConstants.java index 1d9308041..7ffeac100 100644 --- a/src/android/com/adobe/phonegap/push/PushConstants.java +++ b/src/android/com/adobe/phonegap/push/PushConstants.java @@ -82,4 +82,5 @@ public interface PushConstants { public static final String GOOGLE_APP_ID = "google_app_id"; public static final String GCM_DEFAULT_SENDER_ID = "gcm_defaultSenderId"; public static final String GOOGLE_APP_ID = "google_app_id"; + public static final String GCM_DEFAULT_SENDER_ID = "gcm_defaultSenderId"; }