mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 09:45:20 +01:00
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:
parent
808dc79396
commit
14205b2b0a
6 changed files with 97 additions and 55 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue