Skip to content

Commit f4ede04

Browse files
committed
not needed for ios arm64
1 parent 5ca6d61 commit f4ede04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-auth/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ kotlin {
8787
}
8888

8989
if (supportedPlatforms.contains(TargetPlatform.Ios)) {
90-
iosArm64().enableKeychainForTests()
90+
iosArm64()
9191
iosX64().enableKeychainForTests()
9292
iosSimulatorArm64().enableKeychainForTests()
9393
}

0 commit comments

Comments
 (0)