mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-05 23:19:10 +00:00
Add backend module
This commit is contained in:
@@ -13,6 +13,8 @@ object Config {
|
||||
"com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${Dependencies.AboutLibraries.version}"
|
||||
const val dependencies =
|
||||
"com.github.ben-manes:gradle-versions-plugin:0.36.0"
|
||||
const val shadow =
|
||||
"com.github.jengelman.gradle.plugins:shadow:5.2.0"
|
||||
}
|
||||
|
||||
object Android {
|
||||
|
||||
@@ -30,6 +30,8 @@ object Dependencies {
|
||||
object Firebase {
|
||||
const val bom = "com.google.firebase:firebase-bom:26.1.1"
|
||||
const val messaging = "com.google.firebase:firebase-messaging-ktx"
|
||||
|
||||
const val adminSDK = "com.google.firebase:firebase-admin:7.0.1"
|
||||
}
|
||||
|
||||
object Ktor {
|
||||
|
||||
Reference in New Issue
Block a user