Update fastlane, firebase and android build tools

This commit is contained in:
Matte23
2021-01-06 12:40:52 +01:00
parent ceed971618
commit 1ffb32dcbd
4 changed files with 19 additions and 16 deletions

View File

@@ -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

View File

@@ -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 {