mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-14 03:00:29 +03:00
scanner: catalog: dependency declaration can be declared as a simple string
This commit is contained in:
parent
1323751835
commit
2ceec6b9d6
3 changed files with 11 additions and 4 deletions
|
|
@ -6,6 +6,7 @@ gms = "1.2.1"
|
|||
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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue