diff --git a/ExceptionHandlerLib/AndroidManifest.xml b/ExceptionHandlerLib/AndroidManifest.xml
index 5979ae5..c6a8319 100644
--- a/ExceptionHandlerLib/AndroidManifest.xml
+++ b/ExceptionHandlerLib/AndroidManifest.xml
@@ -1,12 +1,21 @@
-
+ package="com.TwentyCodes.android.exception"
+ android:versionCode="1"
+ android:versionName="1.0" >
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ExceptionHandlerLib/res/layout/exception_activity.xml b/ExceptionHandlerLib/res/layout/exception_activity.xml
index d0ad6d8..f406139 100644
--- a/ExceptionHandlerLib/res/layout/exception_activity.xml
+++ b/ExceptionHandlerLib/res/layout/exception_activity.xml
@@ -1,32 +1,30 @@
-
-
-
-
-
-
-
+
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ExceptionHandlerLib/src/com/TwentyCodes/android/exception/ReportPostingService.java b/ExceptionHandlerLib/src/com/TwentyCodes/android/exception/ReportPostingService.java
index 890dfbb..7a7074c 100644
--- a/ExceptionHandlerLib/src/com/TwentyCodes/android/exception/ReportPostingService.java
+++ b/ExceptionHandlerLib/src/com/TwentyCodes/android/exception/ReportPostingService.java
@@ -10,6 +10,7 @@ import java.io.IOException;
import org.apache.http.client.ClientProtocolException;
+import android.annotation.SuppressLint;
import android.app.Notification;
import android.app.Notification.Builder;
import android.app.NotificationManager;
@@ -46,6 +47,7 @@ public class ReportPostingService extends Service {
* @param isOngoing
* @author ricky barrette
*/
+ @SuppressLint("NewApi")
@SuppressWarnings("deprecation")
private void fireNotification(String title, String contentText, String ticker, int icon, Intent intent, boolean isOngoing) {
PendingIntent pendingIntent = null;