Skip to content

Commit

Permalink
Kotlin 1.1, kotlin-coroutines 0.12 and version bump 0.4.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor committed Mar 1, 2017
1 parent fc7f67e commit 80e7c6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## Version 0.4.0 (2017-03-01)

- Kotlin 1.1
- [kotlinx.coroutines 0.12](https://github.com/Kotlin/kotlinx.coroutines/releases/tag/0.12)

## Version 0.3.0 (2017-02-25)

- [Retrofit 2.2.0](https://github.com/square/retrofit/blob/parent-2.2.0/CHANGELOG.md#version-220-2017-02-21). Also it is minimum supported version
Expand Down
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
group 'ru.gildor.coroutines'
version '0.3.0'
version '0.4.0'

buildscript {
ext.kotlin_version = '1.1.0-rc-91'
ext.kotlin_coroutines_version = '0.11-rc'
ext.kotlin_version = '1.1.0'
ext.kotlin_coroutines_version = '0.12'
repositories {
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }
jcenter()
}
dependencies {
Expand All @@ -15,8 +14,8 @@ buildscript {
}

repositories {
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }
jcenter()
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }
}

apply plugin: 'kotlin'
Expand Down

0 comments on commit 80e7c6f

Please sign in to comment.