From 6e5bee8966b33994eddbbcf0a9f5321d7b32805f Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 29 Jul 2024 02:00:00 +0200 Subject: [PATCH] Update billing library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 40d6f4f..06d9b89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -216,7 +216,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.2.1" + googleApiImplementation "com.android.billingclient:billing-ktx:7.0.0" implementation('io.socket:socket.io-client:2.0.0') { exclude group: 'org.json', module: 'json'