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.
1 parent 8474f98 commit 8decb72Copy full SHA for 8decb72
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.1.10' apply false
18
- id 'com.android.library' version '8.8.0' apply false
+ id 'com.android.library' version '8.8.1' 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 "7.0.2" apply false
0 commit comments