From 7928c4b152914a9912408d9385ec486020202330 Mon Sep 17 00:00:00 2001 From: bunnei Date: Sun, 28 Feb 2021 11:15:02 -0800 Subject: [PATCH] Revert com.android.billingclient:billing to 2.0.3 - This is soon deprecated, but likely the last open source version of the building library. --- src/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index 121252a45..012615ae2 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -121,7 +121,7 @@ dependencies { implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' - implementation 'com.android.billingclient:billing:2.2.0' + implementation 'com.android.billingclient:billing:2.0.3' } def getVersion() {