Skip to content

Commit

Permalink
Update Kotlin version to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
maeda-kazuya committed Nov 18, 2018
1 parent 00dc7a8 commit 2d9dcd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion todoapp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ dependencies {
androidTestImplementation "com.android.support.test.espresso.idling:idling-concurrent:$rootProject.espressoVersion"
androidTestImplementation "android.arch.persistence.room:testing:$rootProject.roomVersion"
implementation "com.google.code.findbugs:jsr305:3.0.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlinVersion"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
}
12 changes: 6 additions & 6 deletions todoapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ ext {
compileSdkVersion = 28

// App dependencies
supportLibraryVersion = '28.0.0-alpha1'
supportLibraryVersion = '28.0.0'
guavaVersion = '22.0-android'
junitVersion = '4.12'
mockitoVersion = '2.8.47'
hamcrestVersion = '1.3'
runnerVersion = '1.0.1'
rulesVersion = '1.0.1'
espressoVersion = '3.0.1'
roomVersion = "1.0.0"
espressoVersion = '3.0.2'
roomVersion = "1.1.1"
}

buildscript {
ext.kotlinVersion = '1.2.71'
ext.gradlePluginVersion = '3.1.2'
ext.kotlinVersion = '1.3.10'
ext.gradlePluginVersion = '3.2.1'
repositories {
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:3.2.1"
classpath "com.android.tools.build:gradle:$gradlePluginVersion"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 2d9dcd8

Please sign in to comment.