From e15e99e93e9df72b4508b26151420f55e530f7aa Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 18 Sep 2023 02:00:00 +0200 Subject: [PATCH] Update billing client --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d697c74..a9bf861 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:5.2.1" + googleApiImplementation "com.android.billingclient:billing-ktx:6.0.1" implementation('io.socket:socket.io-client:2.0.0') { exclude group: 'org.json', module: 'json'