mirror of
https://github.com/Matte23/circolapp.git
synced 2025-12-06 07:29:10 +00:00
Update fastlane, firebase and android build tools
This commit is contained in:
@@ -19,7 +19,7 @@ object Config {
|
||||
|
||||
object Android {
|
||||
const val compileSdk = 30
|
||||
const val buildToolsVersion = "30.0.2"
|
||||
const val buildToolsVersion = "30.0.3"
|
||||
|
||||
const val minSdk = 21
|
||||
const val targetSdk = 30
|
||||
|
||||
@@ -28,10 +28,10 @@ object Dependencies {
|
||||
}
|
||||
|
||||
object Firebase {
|
||||
const val bom = "com.google.firebase:firebase-bom:26.1.1"
|
||||
const val bom = "com.google.firebase:firebase-bom:26.2.0"
|
||||
const val messaging = "com.google.firebase:firebase-messaging-ktx"
|
||||
|
||||
const val adminSDK = "com.google.firebase:firebase-admin:7.0.1"
|
||||
const val adminSDK = "com.google.firebase:firebase-admin:7.1.0"
|
||||
}
|
||||
|
||||
object Ktor {
|
||||
|
||||
Reference in New Issue
Block a user