From ce727ece2620e9c232dd2c1c384d087cd91cfd81 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Thu, 19 Nov 2020 10:02:30 -0500 Subject: [PATCH] Upgrade Kotlin to 1.4.20 https://github.com/JetBrains/kotlin/releases/tag/v1.4.20 --- build.gradle | 2 +- example/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c52f326530c..2136f7fa4cd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlinVersion = '1.4.10' + ext.kotlinVersion = '1.4.20' ext.dokkaVersion = '1.4.0-rc' repositories { diff --git a/example/build.gradle b/example/build.gradle index 6dddfd0f2e7..cc635fb0b0e 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -83,7 +83,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.2' androidTestImplementation "androidx.test.ext:truth:$androidTestVersion" - androidTestImplementation 'com.google.truth:truth:1.0.1' + androidTestImplementation 'com.google.truth:truth:1.1' // Espresso dependencies androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"