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