Skip to content

Commit

Permalink
Merge pull request #69 from MohamedRejeb/improvements
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MohamedRejeb authored Jul 18, 2023
2 parents 067abc5 + fb04df8 commit b1e7f27
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .idea/artifacts/common_desktop_1_0_0_alpha02.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/artifacts/common_js_1_0_0_alpha02.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/artifacts/desktop_jvm_1_0_0_alpha02.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/artifacts/richeditor_compose_desktop_1_0_0_alpha02.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/artifacts/richeditor_compose_js_1_0_0_alpha02.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/artifacts/web_js_1_0_0_alpha02.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
Compose Rich Editor is available on `mavenCentral()`.

```kotlin
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-alpha01")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-alpha02")
```

## Quick Start
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "com.mohamedrejeb.richeditor"
version = "1.0.0-alpha01"
version = "1.0.0-alpha02"

plugins {
alias(libs.plugins.androidLibrary).apply(false)
Expand All @@ -16,7 +16,7 @@ allprojects {
}

group = "com.mohamedrejeb.richeditor"
version = "1.0.0-alpha01"
version = "1.0.0-alpha02"

// apply(plugin = "org.jetbrains.dokka")
apply(plugin = "maven-publish")
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A rich text editor library for both Jetpack Compose and Compose Multiplatform, f
Compose Rich Editor is available on `mavenCentral()`.

```kotlin
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-alpha01")
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-alpha02")
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ksoup = "0.1.4"
compose-compiler = "1.4.6"
activity-compose = "1.7.0"
voyager = "1.0.0-rc05"
richeditor = "1.0.0-alpha01"
richeditor = "1.0.0-alpha02"
android-minSdk = "21"
android-compileSdk = "33"

Expand Down
4 changes: 2 additions & 2 deletions sample/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ kotlin {
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
api(compose.components.resources)

// implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-alpha01")
implementation(project(":richeditor-compose"))
implementation("com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-alpha02")
// implementation(project(":richeditor-compose"))

// Voyager Navigator
implementation(libs.voyager.navigator)
Expand Down
Binary file not shown.

0 comments on commit b1e7f27

Please sign in to comment.