Skip to content

Commit a82a963

Browse files
chore(deps): update dependency com.google.code.gson:gson to v2.11.0
1 parent f655319 commit a82a963

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff 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'

common/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ android {
3333
dependencies {
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
}

editor/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
}
3232

3333
dependencies {
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"

0 commit comments

Comments
 (0)