Skip to content

Commit

Permalink
chore(deps): update dependency io.github.rosemoe.sora-editor:bom to v…
Browse files Browse the repository at this point in the history
…0.23.2
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent f655319 commit 7367f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {
implementation 'com.termux.termux-app:terminal-emulator:0.117'
implementation 'org.nanohttpd:nanohttpd:2.3.0'
def editorGroupId = "io.github.Rosemoe.sora-editor"
implementation platform("$editorGroupId:bom:0.22.0")
implementation platform("$editorGroupId:bom:0.23.2")
implementation "$editorGroupId:editor"
implementation "$editorGroupId:language-textmate"
implementation 'jp.co.cyberagent.android:gpuimage:2.1.0'
Expand Down
2 changes: 1 addition & 1 deletion editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
dependencies {
implementation 'com.google.code.gson:gson:2.8.7'
def editorGroupId = "io.github.Rosemoe.sora-editor"
implementation platform("$editorGroupId:bom:0.22.0")
implementation platform("$editorGroupId:bom:0.23.2")
implementation "$editorGroupId:editor"
implementation "$editorGroupId:language-textmate"
implementation "$editorGroupId:language-java"
Expand Down

0 comments on commit 7367f01

Please sign in to comment.