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

Commit fa4c692

Browse files
committed
Update project to Kotlin 1.5.10
1 parent 14fd74c commit fa4c692

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)