Skip to content

Commit

Permalink
Compose 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Mar 16, 2024
1 parent 139698b commit f217a62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion "1.5.3"
kotlinCompilerExtensionVersion "1.5.10"
}
}

Expand Down Expand Up @@ -82,7 +82,7 @@ subprojects {
dependencies {

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.activity:activity-compose:1.8.0"
implementation "androidx.activity:activity-compose:1.8.2"
implementation "androidx.appcompat:appcompat:1.6.1"
implementation "androidx.compose.animation:animation-core:$compose_version"
implementation "androidx.compose.animation:animation:$compose_version"
Expand All @@ -100,8 +100,8 @@ dependencies {
implementation "androidx.compose.ui:ui-tooling:$compose_version"
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.core:core-ktx:1.12.0"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2'
implementation 'com.google.android.material:material:1.10.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
implementation 'com.google.android.material:material:1.11.0'
implementation ("androidx.compose.ui:ui-viewbinding:$compose_version")
implementation("androidx.compose.ui:ui-text:$compose_version")
implementation("androidx.compose.ui:ui-util:$compose_version")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

buildscript {
ext {
compose_version = '1.5.4'
kotlin_version = "1.9.10"
compose_version = '1.6.3'
kotlin_version = "1.9.22"
}
repositories {
google()
Expand Down

0 comments on commit f217a62

Please sign in to comment.