Skip to content

Commit

Permalink
coroutinet 1.0.0-RC1
Browse files Browse the repository at this point in the history
kotlin 1.3.0-rc-190
gradle tools 3.0.0-beta01
  • Loading branch information
Kutner Lukas authored and Kutner Lukas committed Oct 22, 2018
1 parent f4a4acc commit 21231cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.30.2-eap13"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.0.0-RC1"

implementation 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2'

Expand All @@ -112,7 +112,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'
testImplementation 'org.hamcrest:hamcrest-library:1.3'
androidTestImplementation 'androidx.test:rules:1.1.0-beta01'
androidTestImplementation 'androidx.test:rules:1.1.0-beta02'

androidTestImplementation('androidx.test:runner:1.1.0-alpha4') {
exclude module: 'support-annotations'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.0-rc-146'
ext.kotlin_version = '1.3.0-rc-190'
ext.support_library_version = '1.0.0'
ext.koin_version = '1.0.1'
repositories {
Expand All @@ -13,7 +13,7 @@ buildscript {


dependencies {
classpath 'com.android.tools.build:gradle:3.3.0-alpha13'
classpath 'com.android.tools.build:gradle:3.3.0-beta01'
classpath 'com.google.firebase:firebase-plugins:1.1.5'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand Down

0 comments on commit 21231cc

Please sign in to comment.