mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-04 03:16:42 +00:00
Merge branch 'main' into feature/ML-260
This commit is contained in:
commit
c9785a3a6c
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