File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ android {
107107
108108dependencies {
109109 implementation fileTree(dir : " libs" , include : [" *.jar" , " *.aar" ])
110- implementation ' androidx.appcompat:appcompat:1.4.0 '
110+ implementation ' androidx.appcompat:appcompat:1.6.1 '
111111 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
112112 implementation " androidx.coordinatorlayout:coordinatorlayout:1.2.0"
113113 implementation ' com.github.bumptech.glide:glide:4.12.0'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
3131}
3232
3333dependencies {
34- implementation ' androidx.appcompat:appcompat:1.4.0 '
34+ implementation ' androidx.appcompat:appcompat:1.6.1 '
3535 implementation ' com.google.android.material:material:1.8.0'
3636 implementation ' com.google.code.gson:gson:2.8.7'
3737}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222dependencies {
2323 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2424
25- implementation ' androidx.appcompat:appcompat:1.4.0 '
25+ implementation ' androidx.appcompat:appcompat:1.6.1 '
2626 // Flexmark
2727 implementation ' com.vladsch.flexmark:flexmark:0.28.32'
2828 implementation ' com.vladsch.flexmark:flexmark-ext-tables:0.28.32'
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ android {
3131}
3232
3333dependencies {
34- implementation ' androidx.appcompat:appcompat:1.4.0 '
34+ implementation ' androidx.appcompat:appcompat:1.6.1 '
3535}
You can’t perform that action at this time.
0 commit comments