Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 9131456

Browse files
Merge pull request #527 from arnaud-zad/master
Fix request code size
2 parents b3d06d9 + 8058390 commit 9131456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/GooglePlus.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class GooglePlus extends CordovaPlugin implements GoogleApiClient.OnConne
6363
public static final String ARGUMENT_HOSTED_DOMAIN = "hostedDomain";
6464

6565
public static final String TAG = "GooglePlugin";
66-
public static final int RC_GOOGLEPLUS = 77552; // Request Code to identify our plugin's activities
66+
public static final int RC_GOOGLEPLUS = 1552; // Request Code to identify our plugin's activities
6767
public static final int KAssumeStaleTokenSec = 60;
6868

6969
// Wraps our service connection to Google Play services and provides access to the users sign in state and Google APIs

0 commit comments

Comments
 (0)