Enhance: Update Google Play Games integration and versioning

- Incremented version code to 5 and version name to 0.4 in build.gradle.
- Removed Google Play sign-in buttons from both portrait and landscape layouts.
- Updated HighScoresActivity to hide the leaderboard button.
- Improved score submission process in GooglePlayGamesManager with forced sign-in and user feedback.
- Enhanced MainActivity to submit scores to Google Play Games upon game over.
This commit is contained in:
cmclark00 2025-04-02 19:52:02 -04:00
parent 808dc79396
commit 14205b2b0a
6 changed files with 97 additions and 55 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId "com.pixelmintdrop"
minSdk 30
targetSdk 35
versionCode 3
versionName "0.2"
versionCode 5
versionName "0.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}