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 cadc261 + 834655c commit 44ff4a8Copy full SHA for 44ff4a8
build.gradle.kts
@@ -25,11 +25,9 @@ val minSdkVersion by extra(16)
25
26
tasks {
27
val downloadIOSFirebaseZipFile by creating(Download::class) {
28
- onlyIfModified(true)
29
src("https://github.com/firebase/firebase-ios-sdk/releases/download/6.17.0/Firebase-6.17.0.zip")
30
- dest(File("$buildDir", "Firebase-6.17.0.zip"))
31
- overwrite(true)
32
-
+ dest(File("$buildDir/", "Firebase-6.17.0.zip"))
+ overwrite(false)
33
}
34
35
val unzipIOSFirebase by creating(Copy::class) {
0 commit comments