We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21e9f0d + 69e3576 commit d6aebb6Copy full SHA for d6aebb6
build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
// Top-level build file where you can add configuration options common to all sub-projects/modules.
16
plugins {
17
id 'org.jetbrains.kotlin.plugin.compose' version '2.0.21' apply false
18
- id 'com.android.library' version '8.7.1' apply false
+ id 'com.android.library' version '8.7.2' apply false
19
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
20
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false
21
id "com.diffplug.spotless" version "6.25.0" apply false
0 commit comments