Skip to content

Commit

Permalink
maint: Update Kotlin and Compose Compiler (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Jul 18, 2023
1 parent 27ce2e8 commit 07cd966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.4.7'
kotlinCompilerExtensionVersion '1.4.8'
}
packagingOptions {
resources {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ buildscript {
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
id 'org.jetbrains.kotlin.android' version '1.8.22' apply false
id 'com.mux.gradle.android.mux-android-distribution' version '1.1.2' apply false
}

0 comments on commit 07cd966

Please sign in to comment.