Skip to content

Commit

Permalink
Upgrade Kotlin to 1.4.20 (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Nov 19, 2020
1 parent e0fd8bf commit 6951840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6951840

Please sign in to comment.