Skip to content

Commit af5972a

Browse files
committed
changed server for reporting crashes.
1 parent 8a36577 commit af5972a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cSploit/src/org/csploit/android/CSploitApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
@ReportsCrashes(
4242
httpMethod = HttpSender.Method.PUT,
4343
reportType = HttpSender.Type.JSON,
44-
formUri = "http://csploit-bug.iriscouch.com/acra-csploit/_design/acra-storage/_update/report",
44+
formUri = "http://csploit.iriscouch.com/acra-csploit/_design/acra-storage/_update/report",
4545
formUriBasicAuthLogin = "android",
4646
formUriBasicAuthPassword = "DEADBEEF",
4747
mode = ReportingInteractionMode.DIALOG,

0 commit comments

Comments
 (0)