We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da3a7fb + b09c309 commit 552cc05Copy full SHA for 552cc05
build.gradle
@@ -1,8 +1,8 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
plugins {
3
- id 'com.android.application' version '8.1.2' apply false
4
- id 'com.android.library' version '8.1.2' apply false
+ id 'com.android.application' version '8.1.3' apply false
+ id 'com.android.library' version '8.1.3' apply false
5
id 'com.github.ben-manes.versions' version '0.49.0'
6
id 'org.jetbrains.dokka' version '1.9.10' apply false
7
- id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
+ id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
8
}
0 commit comments