Upgraded android gradle and macos podfile

This commit is contained in:
Juan Gilsanz Polo 2024-02-09 01:45:02 +01:00
parent 6985efc4cb
commit e2757d4b8f
3 changed files with 18 additions and 18 deletions

View file

@ -19,7 +19,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.2.2" apply false
id "com.android.application" version '7.4.2' apply false
id "org.jetbrains.kotlin.android" version "1.8.20" apply false
}