diff --git a/devview-analytics/README.md b/devview-analytics/README.md index be5666d..290bf6a 100644 --- a/devview-analytics/README.md +++ b/devview-analytics/README.md @@ -317,6 +317,7 @@ Use the analytics screen to: ## Requirements + - Kotlin 2.4.0+ - Compose Multiplatform - kotlinx-datetime for timestamp formatting diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index c698b1a..4bc31b2 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -11,7 +11,9 @@ Before you begin, make sure you have: - ✅ **Kotlin Multiplatform Project** – A working KMP project targeting Android and/or iOS - ✅ **Compose Multiplatform** – Compose Multiplatform configured in your project - ✅ **Minimum Versions**: + - Kotlin 2.4.0+ + - Compose Multiplatform 1.11.1+ - Android: API 26 (Oreo) or higher - iOS: iOS 16.0 or higher diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 3c3c18d..aac8511 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -9,7 +9,9 @@ Before you begin, ensure you have: - ✅ **Kotlin Multiplatform Project** - A working KMP project - ✅ **Compose Multiplatform** - Configured in your project - ✅ **Minimum Versions**: + - Kotlin 2.4.0+ + - Compose Multiplatform 1.11.1+ - Android: API 26 (Oreo) or higher - iOS: iOS 16.0 or higher diff --git a/docs/getting-started/prerequisites.md b/docs/getting-started/prerequisites.md index 1ed9011..e64b673 100644 --- a/docs/getting-started/prerequisites.md +++ b/docs/getting-started/prerequisites.md @@ -7,7 +7,9 @@ Before integrating DevView, ensure your development environment meets the follow - **Compose Multiplatform**: Compose Multiplatform must be configured and working in your project. ## Minimum Supported Versions + - **Kotlin**: 2.4.0 or newer + - **Compose Multiplatform**: 1.11.1 or newer - **Android**: API level 26 (Oreo) or higher - **iOS**: iOS 16.0 or higher diff --git a/docs/index.md b/docs/index.md index 613a0c0..63859b9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,9 @@ **A powerful, modular developer tools framework for Kotlin Multiplatform applications** + [![Kotlin](https://img.shields.io/badge/Kotlin-2.4.0-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org) + [![Compose Multiplatform](https://img.shields.io/badge/Compose%20Multiplatform-1.11.1-green.svg?style=flat)](https://www.jetbrains.com/lp/compose-multiplatform/) [![Licence](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://opensource.org/licenses/Apache-2.0) [![GitHub](https://img.shields.io/badge/GitHub-worldline%2Fdevview-blue.svg?style=flat&logo=github)](https://github.com/worldline/devview) diff --git a/renovate.json b/renovate.json index 0144bd7..ff46cb4 100644 --- a/renovate.json +++ b/renovate.json @@ -11,6 +11,15 @@ "commitMessagePrefix": ":arrow_up:", "rebaseWhen": "conflicted", "schedule": ["* 22-23,0-4 * * *", "* * * * 0,6"], + "customManagers": [ + { + "customType": "regex", + "fileMatch": ["\\.md$"], + "matchStrings": [ + "\\s*\\n[^\\n]*?(?\\d+\\.\\d+\\.\\d+)" + ] + } + ], "packageRules": [ { "groupName": "kotlin",