File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ dependencies {
112
112
implementation " androidx.coordinatorlayout:coordinatorlayout:1.2.0"
113
113
implementation ' com.github.bumptech.glide:glide:4.12.0'
114
114
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 '
116
116
implementation ' com.squareup.okhttp3:okhttp:3.9.1'
117
117
implementation ' com.termux.termux-app:terminal-view:0.117'
118
118
implementation ' com.termux.termux-app:terminal-emulator:0.117'
Original file line number Diff line number Diff line change @@ -33,5 +33,5 @@ android {
33
33
dependencies {
34
34
implementation ' androidx.appcompat:appcompat:1.4.0'
35
35
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 '
37
37
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
31
31
}
32
32
33
33
dependencies {
34
- implementation ' com.google.code.gson:gson:2.8.7 '
34
+ implementation ' com.google.code.gson:gson:2.11.0 '
35
35
def editorGroupId = " io.github.Rosemoe.sora-editor"
36
36
implementation platform(" $editorGroupId :bom:0.22.0" )
37
37
implementation " $editorGroupId :editor"
You can’t perform that action at this time.
0 commit comments