-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced BaseGAmeUtils and google-play-services_lib with latest versi…
…ons, and set minSdkVersion to 9
- Loading branch information
MrDT
authored and
MrDT
committed
Jul 25, 2014
1 parent
9820c88
commit ef44033
Showing
274 changed files
with
2,644 additions
and
1,263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
# Ignore all dotfiles except .gitignore | ||
.* | ||
!.gitignore | ||
|
||
/tutorial-libgdx-gameservices/bin | ||
/tutorial-libgdx-gameservices-android/bin | ||
/tutorial-libgdx-gameservices-android/gen | ||
/tutorial-libgdx-gameservices-desktop/bin | ||
/BaseGameUtils/bin | ||
/BaseGameUtils/gen | ||
/google-play-services_lib/bin | ||
/google-play-services_lib/gen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-3.72 KB
BaseGameUtils/bin/classes/com/google/example/games/basegameutils/BaseGameActivity.class
Binary file not shown.
Binary file removed
BIN
-385 Bytes
BaseGameUtils/bin/classes/com/google/example/games/basegameutils/BuildConfig.class
Binary file not shown.
Binary file removed
BIN
-325 Bytes
...ls/bin/classes/com/google/example/games/basegameutils/GameHelper$GameHelperListener.class
Binary file not shown.
Binary file removed
BIN
-15.6 KB
BaseGameUtils/bin/classes/com/google/example/games/basegameutils/GameHelper.class
Binary file not shown.
6 changes: 0 additions & 6 deletions
6
BaseGameUtils/gen/com/google/example/games/basegameutils/BuildConfig.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<lint> | ||
<issue id="MissingTranslation" severity="ignore" /> | ||
</lint> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="gamehelper_sign_in_failed">Failed to sign in. Please check your network connection and try again.</string> | ||
<string name="gamehelper_app_misconfigured">The application is incorrectly configured. Check that the package name and signing certificate match the client ID created in Developer Console. Also, if the application is not yet published, check that the account you are trying to sign in with is listed as a tester account. See logs for more information.</string> | ||
<string name="gamehelper_license_failed">License check failed.</string> | ||
<string name="gamehelper_unknown_error">Unknown error.</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.