Skip to content

Commit

Permalink
Bump editorVersion from 0.22.1 to 0.23.4-3895689-SNAPSHOT (#500)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 63e7ef2 commit d3450e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.9.0-alpha01")
implementation("androidx.startup:startup-runtime:1.2.0-alpha02")

val editorVersion = "0.22.2-3e1c25a-SNAPSHOT"
val editorVersion = "0.23.4-3895689-SNAPSHOT"
//noinspection GradleDependency
implementation("io.github.Rosemoe.sora-editor:editor:$editorVersion")
//noinspection GradleDependency
Expand Down
2 changes: 1 addition & 1 deletion build-tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
}
*/
implementation("com.github.Cosmic-Ide.kotlinc-android:kotlinc:2a0a6a7291")
implementation("io.github.Rosemoe.sora-editor:editor:0.22.1")
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.0.0-jre")
implementation("com.android.tools:r8:8.2.33")
Expand Down
2 changes: 1 addition & 1 deletion feature/completion/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
dependencies {
implementation("com.github.Cosmic-Ide.kotlinc-android:kotlinc:2a0a6a7291")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
implementation("io.github.Rosemoe.sora-editor:editor:0.22.1")
implementation("io.github.Rosemoe.sora-editor:editor:0.23.4-3895689-SNAPSHOT")
implementation("com.google.guava:guava:33.0.0-jre")

implementation(projects.feature.project)
Expand Down

0 comments on commit d3450e7

Please sign in to comment.