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.
2 parents 8225b9a + c2e22e4 commit b41ef2fCopy full SHA for b41ef2f
build.gradle.kts
@@ -26,8 +26,8 @@ val minSdkVersion by extra(14)
26
tasks {
27
val downloadIOSFirebaseZipFile by creating(Download::class) {
28
onlyIfModified(true)
29
- src("https://github.com/firebase/firebase-ios-sdk/releases/download/6.23.0/Firebase-6.23.0.zip")
30
- dest(File("$buildDir", "Firebase-6.23.0.zip"))
+ src("https://github.com/firebase/firebase-ios-sdk/releases/download/6.17.0/Firebase-6.17.0.zip")
+ dest(File("$buildDir", "Firebase-6.17.0.zip"))
31
overwrite(true)
32
33
}
0 commit comments