From 6f06d7f08f58c0a488c91372618ede3656624d35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Thu, 4 Jul 2024 14:52:58 +0200 Subject: [PATCH 1/2] Updated to 6.0.1 --- extension-iap/manifests/android/build.gradle | 2 +- game.project | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/extension-iap/manifests/android/build.gradle b/extension-iap/manifests/android/build.gradle index 8d78fb0..9973906 100644 --- a/extension-iap/manifests/android/build.gradle +++ b/extension-iap/manifests/android/build.gradle @@ -3,5 +3,5 @@ repositories { } dependencies { - implementation 'com.android.billingclient:billing:6.0.0' + implementation 'com.android.billingclient:billing:6.0.1' } diff --git a/game.project b/game.project index c910dee..0d1a37c 100644 --- a/game.project +++ b/game.project @@ -12,7 +12,6 @@ height = 1136 input_method = HiddenInputField package = com.defold.extension.iap version_code = 7 -target_sdk_version = 29 [project] title = extension-iap From d1c4e88562db31e5f36ba75ca16f65703af92e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Thu, 4 Jul 2024 15:04:32 +0200 Subject: [PATCH 2/2] Update build.gradle --- extension-iap/manifests/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension-iap/manifests/android/build.gradle b/extension-iap/manifests/android/build.gradle index 9973906..efc3f00 100644 --- a/extension-iap/manifests/android/build.gradle +++ b/extension-iap/manifests/android/build.gradle @@ -3,5 +3,5 @@ repositories { } dependencies { - implementation 'com.android.billingclient:billing:6.0.1' + implementation 'com.android.billingclient:billing:6.2.1' }