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

Commit 9af3ebb

Browse files
authored
Merge pull request #111 from android/kotlin-1.5
Update scoped storage project to Kotlin 1.5.10
2 parents 14fd74c + fa4c692 commit 9af3ebb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ScopedStorage/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
buildscript {
19-
ext.kotlin_version = "1.4.32"
19+
ext.kotlin_version = "1.5.10"
2020
repositories {
2121
google()
2222
jcenter()
@@ -32,7 +32,7 @@ buildscript {
3232

3333
plugins {
3434
id 'com.diffplug.spotless' version '5.12.5'
35-
id 'org.jetbrains.kotlin.android' version '1.4.20' apply false
35+
id 'org.jetbrains.kotlin.android' version '1.5.10' apply false
3636
}
3737

3838
subprojects {

0 commit comments

Comments
 (0)