Update Play Billing Client

This commit is contained in:
Jonas Lochmann 2024-03-18 01:00:00 +01:00
parent 12719be0cd
commit 9ea7d55122
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -217,7 +217,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp-tls:4.9.3' implementation 'com.squareup.okhttp3:okhttp-tls:4.9.3'
implementation 'com.squareup.okhttp3:logging-interceptor: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') { implementation('io.socket:socket.io-client:2.0.0') {
exclude group: 'org.json', module: 'json' exclude group: 'org.json', module: 'json'