Revert "Set local build version to 1.4.255-SNAPSHOT"

This reverts commit a8650ccf
This commit is contained in:
Vyacheslav Gerasimov
2020-01-30 18:20:27 +03:00
parent 46b4620fdd
commit 06448b6469
22 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import proguard.gradle.ProGuardTask
buildscript {
extra["defaultSnapshotVersion"] = "1.4.255-SNAPSHOT"
extra["defaultSnapshotVersion"] = "1.4-SNAPSHOT"
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true
kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap("1.4.0-dev-1075", cacheRedirectorEnabled))