Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump editorVersion from 0.23.4-cac2770-SNAPSHOT to 0.23.4-3895689-SNAPSHOT #518

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -200,7 +200,7 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.9.0-beta01")
implementation("androidx.startup:startup-runtime:1.2.0-alpha02")

val editorVersion = "0.23.4-cac2770-SNAPSHOT"
val editorVersion = "0.23.4-3895689-SNAPSHOT"
//noinspection GradleDependency
implementation("io.github.Rosemoe.sora-editor:editor:$editorVersion")
//noinspection GradleDependency
2 changes: 1 addition & 1 deletion build-tools/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ dependencies {
}
*/
implementation("com.github.Cosmic-Ide.kotlinc-android:kotlinc:2a0a6a7291")
implementation("io.github.Rosemoe.sora-editor:editor:0.23.4-cac2770-SNAPSHOT")
implementation("io.github.Rosemoe.sora-editor:editor:0.23.4-3895689-SNAPSHOT")
implementation("io.github.itsaky:nb-javac-android:17.0.0.3")
implementation("com.google.guava:guava:33.1.0-android")
implementation("com.android.tools:r8:8.3.37")
2 changes: 1 addition & 1 deletion feature/completion/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ android {
dependencies {
implementation("com.github.Cosmic-Ide.kotlinc-android:kotlinc:2a0a6a7291")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1-Beta")
implementation("io.github.Rosemoe.sora-editor:editor:0.23.4-cac2770-SNAPSHOT")
implementation("io.github.Rosemoe.sora-editor:editor:0.23.4-3895689-SNAPSHOT")
implementation("com.google.guava:guava:33.1.0-android")

implementation(projects.feature.project)
2 changes: 1 addition & 1 deletion feature/editor-textmate/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ android {
}

dependencies {
implementation("io.github.Rosemoe.sora-editor:editor:0.23.4-cac2770-SNAPSHOT")
implementation("io.github.Rosemoe.sora-editor:editor:0.23.4-3895689-SNAPSHOT")

implementation("com.google.code.gson:gson:2.10.1")
implementation("org.jruby.jcodings:jcodings:1.0.58")