mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-04 03:16:42 +00:00
ML-262 Update to a newer version of Google Play Billing Library (#266)
* add billing permission * remove billing library
This commit is contained in:
parent
bf91e2eb04
commit
9cece036d1
2 changed files with 2 additions and 1 deletions
|
@ -106,6 +106,5 @@ flutter {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.android.billingclient:billing-ktx:6.0.0"
|
||||
implementation "com.google.firebase:firebase-analytics:17.4.1"
|
||||
}
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue