diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index f31d3755..1a0cf716 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -57,7 +57,7 @@ android { dependencies { // [START_EXCLUDE silent] implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.22' implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.4.0-beta01"