Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Update Kotlin version to 1.0 (Yeah!)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanex committed Feb 16, 2016
1 parent a0c8303 commit 9434ef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions dsl/props/mvn/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
buildscript {
ext.kotlin_version = '1.0.0-rc-1036'
ext.kotlin_version = '1.0.0'
repositories {
maven {
url "https://dl.bintray.com/kotlin/kotlin-eap"
}
jcenter()
}
dependencies {
Expand Down
4 changes: 2 additions & 2 deletions update_dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<get src="http://search.maven.org/remotecontent?filepath=org/robolectric/android-all/4.3_r2-robolectric-0/android-all-4.3_r2-robolectric-0.jar"
dest="lib/android-all-4.1.2_r1-robolectric-0.jar" usetimestamp="true"/>

<get src="https://teamcity.jetbrains.com/repository/download/bt345/691605:id/kotlin-plugin-1.0.0-rc-1036.zip"
dest="lib/kotlin-plugin.zip" usetimestamp="true" username="guest" password="guest"/>
<get src="https://plugins.jetbrains.com/files/6954/24023/kotlin-plugin-1.0.0-release-IJ143-70.zip"
dest="lib/kotlin-plugin.zip" usetimestamp="true"/>

<get src="http://heanet.dl.sourceforge.net/project/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3-bin.zip"
dest="lib/download/ant-contrib-1.0b3-bin.zip" usetimestamp="true"/>
Expand Down

0 comments on commit 9434ef4

Please sign in to comment.