From 5b502ce2aa30e49f8ecafbd1fafc4e127fb214dc Mon Sep 17 00:00:00 2001 From: Randy Tan Shaoxian Date: Sat, 26 Mar 2022 19:19:18 +0800 Subject: [PATCH] Updated to be used with Godot 3.4.3, updated gradle and Kotlin version --- .gitignore | 1 + .idea/compiler.xml | 2 +- .idea/jarRepositories.xml | 5 +++++ .idea/misc.xml | 3 ++- .idea/vcs.xml | 6 ------ Changelog.md | 17 ----------------- app/build.gradle | 15 +++++++-------- .../cgisca/godot/gpgs/PlayGameServicesGodot.kt | 6 ++++-- .../gpgs/accountinfo/PlayerInfoController.kt | 10 +++++----- .../gpgs/leaderboards/LeaderboardsController.kt | 10 ++++++---- .../gpgs/savedgames/SavedGamesController.kt | 4 +++- build.gradle | 11 +++++++---- godot-lib/build.gradle | 2 -- gradle/wrapper/gradle-wrapper.properties | 6 +++--- settings.gradle | 2 +- 15 files changed, 45 insertions(+), 55 deletions(-) delete mode 100644 .idea/vcs.xml delete mode 100644 Changelog.md delete mode 100644 godot-lib/build.gradle diff --git a/.gitignore b/.gitignore index 56bb51f..863c5d0 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ captures/ .idea/modules.xml # Comment next line if keeping position of elements in Navigation Editor is relevant for you .idea/navEditor.xml +.idea/vcs.xml # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index a5f05cd..e34606c 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,5 +21,10 @@