File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ dependencies {
135135
136136 implementation(" com.google.accompanist:accompanist-themeadapter-material3:0.36.0" )
137137
138- implementation(" androidx.appcompat:appcompat:1.7.0 " )
138+ implementation(" androidx.appcompat:appcompat:1.7.1 " )
139139
140140 // XML Libraries
141141 implementation(" org.jetbrains.kotlin:kotlin-stdlib:${Versions .kotlin} " )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636dependencies {
3737
3838 api(" androidx.core:core-ktx:1.16.0" )
39- api(" androidx.appcompat:appcompat:1.7.0 " )
39+ api(" androidx.appcompat:appcompat:1.7.1 " )
4040
4141 // apache common codec
4242 implementation(" commons-codec:commons-codec:1.18.0" )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ kotlin {
2828 }
2929 val androidMain by getting {
3030 dependencies {
31- api(" androidx.appcompat:appcompat:1.7.0 " )
31+ api(" androidx.appcompat:appcompat:1.7.1 " )
3232 api(" androidx.core:core-ktx:1.16.0" )
3333 }
3434 }
You can’t perform that action at this time.
0 commit comments