Skip to content

Commit

Permalink
Increment SNAPSHOT version
Browse files Browse the repository at this point in the history
Remove fixed development note
  • Loading branch information
jeffdgr8 committed Nov 3, 2023
1 parent 1d96f38 commit 4fb8b5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ implementation("dev.kotbase:couchbase-lite-ee-paging:3.0.12-1.0.0")

## Development

* The Kotlin 1.9.0 IDE plugin introduced a false positive `ModuleVersionResolveException` caused by
`NoMatchingConfigurationSelectionException` during Gradle sync, which can be [safely ignored](
https://youtrack.jetbrains.com/issue/KT-59020#focus=Comments-27-7411306.0-0). This will be fixed in Kotlin 1.9.20.
* When building the project on Linux, be sure to install the libicu dependency.
* When checking out the git repo on Windows, enable [developer mode](
https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development) and symbolic links in
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ android.nonTransitiveRClass=true

# Publishing
GROUP=dev.kotbase
VERSION=1.0.0
VERSION=1.1.0-SNAPSHOT

0 comments on commit 4fb8b5c

Please sign in to comment.