From 9cece036d16eff3527a611719065013f1486e8f5 Mon Sep 17 00:00:00 2001
From: Vadim <44135514+vodemn@users.noreply.github.com>
Date: Thu, 28 Aug 2025 16:35:15 +0200
Subject: [PATCH] ML-262 Update to a newer version of Google Play Billing
Library (#266)
* add billing permission
* remove billing library
---
android/app/build.gradle | 1 -
android/app/src/main/AndroidManifest.xml | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/android/app/build.gradle b/android/app/build.gradle
index ce5fbfa..56e26f1 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -106,6 +106,5 @@ flutter {
}
dependencies {
- implementation "com.android.billingclient:billing-ktx:6.0.0"
implementation "com.google.firebase:firebase-analytics:17.4.1"
}
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 5d3d43c..75ac782 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -53,4 +53,6 @@
+
+
\ No newline at end of file