Merge branch 'main' into bugfix/ML-268

This commit is contained in:
Vadim 2025-08-28 19:28:22 +02:00 committed by GitHub
commit 45d4a17bf2
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>