Skip to content

Commit 552cc05

Browse files
committed
Merge branch 'main' into gradle-versions-check
2 parents da3a7fb + b09c309 commit 552cc05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.1.2' apply false
4-
id 'com.android.library' version '8.1.2' apply false
3+
id 'com.android.application' version '8.1.3' apply false
4+
id 'com.android.library' version '8.1.3' apply false
55
id 'com.github.ben-manes.versions' version '0.49.0'
66
id 'org.jetbrains.dokka' version '1.9.10' apply false
7-
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
7+
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
88
}

0 commit comments

Comments
 (0)