This repository was archived by the owner on Jun 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
feature/completion/kotlin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ dependencies {
189
189
implementation(" androidx.activity:activity-ktx:1.9.0-alpha01" )
190
190
implementation(" androidx.startup:startup-runtime:1.2.0-alpha02" )
191
191
192
- val editorVersion = " 0.22.2-3e1c25a -SNAPSHOT"
192
+ val editorVersion = " 0.23.4-3895689 -SNAPSHOT"
193
193
// noinspection GradleDependency
194
194
implementation(" io.github.Rosemoe.sora-editor:editor:$editorVersion " )
195
195
// noinspection GradleDependency
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
60
60
}
61
61
*/
62
62
implementation(" com.github.Cosmic-Ide.kotlinc-android:kotlinc:2a0a6a7291" )
63
- implementation(" io.github.Rosemoe.sora-editor:editor:0.22.1 " )
63
+ implementation(" io.github.Rosemoe.sora-editor:editor:0.23.4-3895689-SNAPSHOT " )
64
64
implementation(" io.github.itsaky:nb-javac-android:17.0.0.3" )
65
65
implementation(" com.google.guava:guava:33.0.0-jre" )
66
66
implementation(" com.android.tools:r8:8.2.33" )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ android {
48
48
dependencies {
49
49
implementation(" com.github.Cosmic-Ide.kotlinc-android:kotlinc:2a0a6a7291" )
50
50
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3" )
51
- implementation(" io.github.Rosemoe.sora-editor:editor:0.22.1 " )
51
+ implementation(" io.github.Rosemoe.sora-editor:editor:0.23.4-3895689-SNAPSHOT " )
52
52
implementation(" com.google.guava:guava:33.0.0-jre" )
53
53
54
54
implementation(projects.feature.project)
You can’t perform that action at this time.
0 commit comments