File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
4141
4242dependencies {
4343
44- implementation ' androidx.core:core-ktx:1.12.0 '
44+ implementation ' androidx.core:core-ktx:1.13.1 '
4545 implementation ' androidx.appcompat:appcompat:1.6.1'
4646 implementation ' com.google.android.material:material:1.11.0'
4747
@@ -57,7 +57,7 @@ dependencies {
5757 implementation " androidx.compose.runtime:runtime:$compose_version "
5858
5959 // Material 3
60- implementation " androidx.compose.material3:material3:1.2.0 "
60+ implementation " androidx.compose.material3:material3:1.2.1 "
6161
6262 // Util Functions of Jetpack Compose
6363 implementation " androidx.compose.ui:ui-util:$compose_version "
@@ -66,7 +66,7 @@ dependencies {
6666 // Jetpack Compose Constraint Layout
6767 implementation " androidx.constraintlayout:constraintlayout-compose:1.1.0-alpha13"
6868
69- implementation " androidx.activity:activity-compose:1.8.2 "
69+ implementation " androidx.activity:activity-compose:1.9.0 "
7070
7171 def nav_compose_version = " 2.7.7"
7272 implementation " androidx.navigation:navigation-compose:$nav_compose_version "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33buildscript {
44 ext {
5- compose_version = ' 1.6.1 '
5+ compose_version = ' 1.6.7 '
66 }
77}// Top-level build file where you can add configuration options common to all sub-projects/modules.
88plugins {
You can’t perform that action at this time.
0 commit comments