From 4fb8b5c953ed8207d9204693d86a2a68ae337f56 Mon Sep 17 00:00:00 2001 From: Jeff Lockhart Date: Fri, 3 Nov 2023 11:13:44 -0600 Subject: [PATCH] Increment SNAPSHOT version Remove fixed development note --- README.md | 3 --- gradle.properties | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 55e5ad209..84d6fabfb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gradle.properties b/gradle.properties index fb355fc05..1cb42f61c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,4 +19,4 @@ android.nonTransitiveRClass=true # Publishing GROUP=dev.kotbase -VERSION=1.0.0 +VERSION=1.1.0-SNAPSHOT