diff --git a/app/build.gradle b/app/build.gradle index 9322877..b27a1d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/editor/build.gradle b/editor/build.gradle index 7c28008..bdffd20 100644 --- a/editor/build.gradle +++ b/editor/build.gradle @@ -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"