mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-19 01:08:18 +03:00
18 lines
742 B
TOML
18 lines
742 B
TOML
[versions]
|
|
firebase = "1.1.1"
|
|
gms = "1.2.1"
|
|
androidGradlePlugin = "8.12.0"
|
|
|
|
[libraries]
|
|
firebase-crash = { module = "com.google.firebase:firebase-crash", version.ref = "firebase" }
|
|
firebase_core = { module = "com.google.firebase:firebase-core", version = "2.2.2" }
|
|
"play.service.ads" = { module = "com.google.android.gms:play-services-ads", version.ref = "gms" }
|
|
jacoco = "org.jacoco:org.jacoco.core:0.8.7"
|
|
|
|
[plugins]
|
|
google-services = { id = "com.google.gms.google-services", version.ref = "gms" }
|
|
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "firebase" }
|
|
androidApplication = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
|
|
[bundles]
|
|
firebase = ["firebase-crash", "firebase_core"]
|