From cf3645d6453c71fa55fc61d18f61dfd15f8cc583 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:58:19 +0200 Subject: [PATCH] remove billing library --- android/app/build.gradle | 1 - 1 file changed, 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" }