feat: Enable Firebase Cloud Messaging for iOS with platform-specific configurations and update Android build settings.

This commit is contained in:
pradeepkumar
2026-03-09 06:07:36 +05:30
parent 0102617dc7
commit f1003be757
5 changed files with 58 additions and 31 deletions

View File

@@ -12,6 +12,7 @@ android {
ndkVersion = flutter.ndkVersion
compileOptions {
isCoreLibraryDesugaringEnabled = true
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
@@ -55,6 +56,10 @@ android {
}
}
dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.4")
}
flutter {
source = "../.."
}