Skip to content

Commit

Permalink
Update build tools and kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrohloff committed Jun 15, 2018
1 parent ed79a92 commit 4655dc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android:
- tools
- platform-tools
- tools # called twice to get the newest android sdk tools
- build-tools-27.0.3
- build-tools-28.0.0
- android-27
- extra-android-m2repository
- extra-google-m2repository
Expand Down
6 changes: 3 additions & 3 deletions app/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dependencies {
// kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlinVersion}"
implementation "org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.22.5"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.22.5"
implementation "ru.gildor.coroutines:kotlin-coroutines-retrofit:0.10.0"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:0.23.3"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.23.3"
implementation "ru.gildor.coroutines:kotlin-coroutines-retrofit:0.11.0"

// networking
def okhttpVersion = '3.10.0'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
buildscript {
ext {
// shared build properties
kotlinVersion = '1.2.41'
buildToolsVersion = '27.0.3'
kotlinVersion = '1.2.50'
buildToolsVersion = '28.0.0'
minSdkVersion = 16
targetSdkVersion = 27
compileSdkVersion = 27
Expand All @@ -21,7 +21,7 @@ buildscript {
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
classpath "com.google.gms:google-services:4.0.1"
classpath "io.fabric.tools:gradle:1.25.4"
Expand Down

0 comments on commit 4655dc5

Please sign in to comment.