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 @@ -112,7 +112,7 @@ dependencies {
112112 implementation " androidx.coordinatorlayout:coordinatorlayout:1.2.0"
113113 implementation ' com.github.bumptech.glide:glide:4.12.0'
114114 implementation ' com.google.android.material:material:1.8.0'
115- implementation ' com.google.code.gson:gson:2.8.7 '
115+ implementation ' com.google.code.gson:gson:2.11.0 '
116116 implementation ' com.squareup.okhttp3:okhttp:3.9.1'
117117 implementation ' com.termux.termux-app:terminal-view:0.117'
118118 implementation ' com.termux.termux-app:terminal-emulator:0.117'
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ android {
3333dependencies {
3434 implementation ' androidx.appcompat:appcompat:1.4.0'
3535 implementation ' com.google.android.material:material:1.8.0'
36- implementation ' com.google.code.gson:gson:2.8.7 '
36+ implementation ' com.google.code.gson:gson:2.11.0 '
3737}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
3131}
3232
3333dependencies {
34- implementation ' com.google.code.gson:gson:2.8.7 '
34+ implementation ' com.google.code.gson:gson:2.11.0 '
3535 def editorGroupId = " io.github.Rosemoe.sora-editor"
3636 implementation platform(" $editorGroupId :bom:0.22.0" )
3737 implementation " $editorGroupId :editor"
You can’t perform that action at this time.
0 commit comments