From 9ea7d551224328311e21a472dd47e13f9bcca39f Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 18 Mar 2024 01:00:00 +0100 Subject: [PATCH] Update Play Billing Client --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b0cc647..e8edf31 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -217,7 +217,7 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp-tls:4.9.3' implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3' - googleApiImplementation "com.android.billingclient:billing-ktx:6.1.0" + googleApiImplementation "com.android.billingclient:billing-ktx:6.2.0" implementation('io.socket:socket.io-client:2.0.0') { exclude group: 'org.json', module: 'json'