mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
Added Firebase Analytics
This commit is contained in:
parent
aee527dcca
commit
a9f8223e4a
1 changed files with 1 additions and 0 deletions
|
@ -109,4 +109,5 @@ flutter {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||||
implementation "com.android.billingclient:billing-ktx:6.0.0"
|
implementation "com.android.billingclient:billing-ktx:6.0.0"
|
||||||
|
implementation "com.google.firebase:firebase-analytics:17.4.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue