From 648db82252b9f4a33ce410dcbd4cc803a5f58e57 Mon Sep 17 00:00:00 2001 From: ricky barrette Date: Wed, 28 Dec 2011 15:32:19 +0000 Subject: [PATCH] Updated ReportListFragment.java to use a Loader to retrieve the data from the internet. Created JSONLoader.java to handle downloading and parsing of a JSON Object from the internet. updated build code from 4.01 to 2.3.1 --- ExceptionReportViewer/project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExceptionReportViewer/project.properties b/ExceptionReportViewer/project.properties index ec60ec5..5f64550 100644 --- a/ExceptionReportViewer/project.properties +++ b/ExceptionReportViewer/project.properties @@ -8,5 +8,5 @@ # project structure. # Project target. -target=android-15 +target=android-9 android.library.reference.1=../ExceptionHandlerLib