Skip to content

Commit 956a834

Browse files
ReedyukCopilot
andauthored
Update firebase-auth/build.gradle.kts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0b97795 commit 956a834

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

firebase-auth/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ kotlin {
106106
if (supportedPlatforms.contains(TargetPlatform.Ios)) {
107107
ios.deploymentTarget = libs.versions.ios.deploymentTarget.get()
108108
}
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+
}
109115
framework {
110116
baseName = "FirebaseAuth"
111117
}

0 commit comments

Comments
 (0)