ML-262 Update to a newer version of Google Play Billing Library (#266)

* add billing permission

* remove billing library
This commit is contained in:
Vadim 2025-08-28 16:35:15 +02:00 committed by GitHub
parent bf91e2eb04
commit 9cece036d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -106,6 +106,5 @@ flutter {
}
dependencies {
implementation "com.android.billingclient:billing-ktx:6.0.0"
implementation "com.google.firebase:firebase-analytics:17.4.1"
}

View file

@ -53,4 +53,6 @@
<uses-permission android:name="android.permission.RECORD_AUDIO" tools:node="remove" />
<uses-permission android:name="android.permission.MICROPHONE" tools:node="remove" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />
<uses-permission android:name="com.android.vending.BILLING" />
</manifest>