Skip to content

Commit 08f3300

Browse files
chore(deps): update dependency io.github.rosemoe.sora-editor:bom to v0.23.1
1 parent 14402f5 commit 08f3300

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dependencies {
153153
implementation "com.vanniktech:android-image-cropper:4.5.0"
154154

155155
def editorGroupId = "io.github.Rosemoe.sora-editor"
156-
implementation platform("$editorGroupId:bom:0.22.0")
156+
implementation platform("$editorGroupId:bom:0.23.1")
157157
implementation "$editorGroupId:editor"
158158
implementation "$editorGroupId:language-textmate"
159159

editor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
dependencies {
3535
implementation 'com.google.code.gson:gson:2.8.7'
3636
def editorGroupId = "io.github.Rosemoe.sora-editor"
37-
implementation platform("$editorGroupId:bom:0.22.0")
37+
implementation platform("$editorGroupId:bom:0.23.1")
3838
implementation "$editorGroupId:editor"
3939
implementation "$editorGroupId:language-textmate"
4040
implementation "$editorGroupId:language-java"

0 commit comments

Comments
 (0)