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 {
135
135
136
136
implementation(" com.google.accompanist:accompanist-themeadapter-material3:0.36.0" )
137
137
138
- implementation(" androidx.appcompat:appcompat:1.7.0 " )
138
+ implementation(" androidx.appcompat:appcompat:1.7.1 " )
139
139
140
140
// XML Libraries
141
141
implementation(" org.jetbrains.kotlin:kotlin-stdlib:${Versions .kotlin} " )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
36
36
dependencies {
37
37
38
38
api(" androidx.core:core-ktx:1.16.0" )
39
- api(" androidx.appcompat:appcompat:1.7.0 " )
39
+ api(" androidx.appcompat:appcompat:1.7.1 " )
40
40
41
41
// apache common codec
42
42
implementation(" commons-codec:commons-codec:1.18.0" )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ kotlin {
28
28
}
29
29
val androidMain by getting {
30
30
dependencies {
31
- api(" androidx.appcompat:appcompat:1.7.0 " )
31
+ api(" androidx.appcompat:appcompat:1.7.1 " )
32
32
api(" androidx.core:core-ktx:1.16.0" )
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments