We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b97795 commit 956a834Copy full SHA for 956a834
firebase-auth/build.gradle.kts
@@ -106,6 +106,12 @@ kotlin {
106
if (supportedPlatforms.contains(TargetPlatform.Ios)) {
107
ios.deploymentTarget = libs.versions.ios.deploymentTarget.get()
108
}
109
+ if (supportedPlatforms.contains(TargetPlatform.Tvos)) {
110
+ tvos.deploymentTarget = libs.versions.tvos.deploymentTarget.get()
111
+ }
112
+ if (supportedPlatforms.contains(TargetPlatform.Macos)) {
113
+ macos.deploymentTarget = libs.versions.macos.deploymentTarget.get()
114
115
framework {
116
baseName = "FirebaseAuth"
117
0 commit comments