From 4461c4b8468183e7e92bc8be4da7131b10075d33 Mon Sep 17 00:00:00 2001 From: AGulev Date: Sat, 27 Jan 2024 08:49:44 +0100 Subject: [PATCH] update to the latest version --- game.project | 5 ++++- gpgs/manifests/android/build.gradle | 12 ++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/game.project b/game.project index b3fcee0..13b396c 100644 --- a/game.project +++ b/game.project @@ -1,7 +1,9 @@ [project] title = extension-gpgs version = 0.2 -dependencies = https://github.com/andsve/dirtylarry/archive/master.zip,https://github.com/britzl/defold-screenshot/archive/master.zip,https://github.com/britzl/monarch/archive/3.1.0.zip +dependencies#0 = https://github.com/andsve/dirtylarry/archive/master.zip +dependencies#1 = https://github.com/britzl/defold-screenshot/archive/master.zip +dependencies#2 = https://github.com/britzl/monarch/archive/3.1.0.zip [bootstrap] main_collection = /main/main.collectionc @@ -43,3 +45,4 @@ bundle_identifier = com.defold.extension.gpgs [native_extension] app_manifest = /generated.appmanifest + diff --git a/gpgs/manifests/android/build.gradle b/gpgs/manifests/android/build.gradle index 8b55abb..0817e70 100644 --- a/gpgs/manifests/android/build.gradle +++ b/gpgs/manifests/android/build.gradle @@ -1,6 +1,10 @@ +repositories { + mavenCentral() +} + dependencies { - // https://developers.google.com/android/guides/setup#split - implementation 'com.google.android.gms:play-services-base:17.5.0' - implementation 'com.google.android.gms:play-services-auth:18.1.0' - implementation 'com.google.android.gms:play-services-games:20.0.1' + // https://developers.google.com/android/guides/setup#split + implementation 'com.google.android.gms:play-services-base:18.3.0' + implementation 'com.google.android.gms:play-services-auth:20.7.0' + implementation 'com.google.android.gms:play-services-games:23.1.0' }