Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fix for regex replacement on quickstart
Browse files Browse the repository at this point in the history
Fix for regex replacement on quickstart
  • Loading branch information
marianosz committed Jul 11, 2015
1 parent 833a020 commit 3c3a5e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public void onCreate(Bundle savedInstanceState) {

// Mobile Service URL and key
mClient = new MobileServiceClient(
"",
"",
"ZUMOAPPURL",
"ZUMOAPPKEY",
this).withFilter(new ProgressFilter());

// Get the Mobile Service Table instance to use
Expand Down

0 comments on commit 3c3a5e3

Please sign in to comment.