Dev #20

Merged
altavir merged 10 commits from dev into master 2018-10-29 19:00:20 +03:00
2 changed files with 1 additions and 5 deletions
Showing only changes of commit 98622e64c4 - Show all commits

View File

@ -1,11 +1,8 @@
buildscript {
ext.kotlin_version = '1.3.0-rc-190'
ext.kotlin_version = '1.3.0'
repositories {
jcenter()
maven {
url = "http://dl.bintray.com/kotlin/kotlin-eap"
}
}
dependencies {

View File

@ -1,7 +1,6 @@
pluginManagement {
repositories {
mavenCentral()
maven { url = 'http://dl.bintray.com/kotlin/kotlin-eap' }
maven { url = 'https://plugins.gradle.org/m2/' }
}
}