Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 07534c4

Browse files
authored
Update kotlin version to 1.5.30 for ActionOpenDocument to fix build error (#208)
1 parent 3d80378 commit 07534c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ActionOpenDocument/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222

2323
espressoVersion = '3.0.1'
2424
junitVersion = '4.12'
25-
kotlinVersion = '1.3.40'
25+
kotlinVersion = '1.5.30'
2626
supportLibVersion = '28.0.0'
2727
supportTestVersion = '1.0.1'
2828
}

ActionOpenDocumentTree/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818

1919
buildscript {
20-
ext.kotlin_version = '1.3.40'
20+
ext.kotlin_version = '1.5.30'
2121
repositories {
2222
google()
2323
jcenter()

0 commit comments

Comments
 (0)