11[ ![ Corbind] ( logo.svg )] ( https://ldralighieri.github.io/Corbind )
22
3- [ ![ Kotlin Version] ( https://img.shields.io/badge/Kotlin-v2.2 .10-blue.svg?logo=kotlin )] ( https://kotlinlang.org )
3+ [ ![ Kotlin Version] ( https://img.shields.io/badge/Kotlin-v2.3 .10-blue.svg?logo=kotlin )] ( https://kotlinlang.org )
44[ ![ Kotlin Coroutines Version] ( https://img.shields.io/badge/Coroutines-v1.10.2-blue.svg )] ( https://kotlinlang.org/docs/reference/coroutines-overview.html )
55[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
66
77[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/a1c9a1b1d1ce4ca7a201ab93492bf6e0 )] ( https://app.codacy.com/gh/LDRAlighieri/Corbind )
8- [ ![ API] ( https://img.shields.io/badge/API-21 %2B-brightgreen.svg )] ( https://developer.android.com/tools/releases/platforms?hl=ru#5 .0 )
8+ [ ![ API] ( https://img.shields.io/badge/API-23 %2B-brightgreen.svg )] ( https://developer.android.com/tools/releases/platforms?hl=ru#6 .0 )
99[ ![ Publish status] ( https://github.com/LDRAlighieri/Corbind/actions/workflows/publish.yml/badge.svg )] ( https://github.com/LDRAlighieri/Corbind/actions )
1010
1111[ ![ Google Dev Library] ( https://img.shields.io/badge/Google_DevLibrary-Corbind-blue )] ( https://devlibrary.withgoogle.com/products/android/repos/LDRAlighieri-Corbind )
@@ -54,15 +54,15 @@ Please consider giving this repository a star ⭐ if you like the project.
5454Platform bindings:
5555``` kotlin
5656dependencies {
57- implementation(platform(" ru.ldralighieri.corbind:corbind-bom:2025.09 .00" ))
57+ implementation(platform(" ru.ldralighieri.corbind:corbind-bom:2026.02 .00" ))
5858 implementation(" ru.ldralighieri.corbind:corbind" )
5959}
6060```
6161
6262AndroidX library bindings:
6363``` kotlin
6464dependencies {
65- implementation(platform(" ru.ldralighieri.corbind:corbind-bom:2025.09 .00" ))
65+ implementation(platform(" ru.ldralighieri.corbind:corbind-bom:2026.02 .00" ))
6666 implementation(" ru.ldralighieri.corbind:corbind-activity" )
6767 implementation(" ru.ldralighieri.corbind:corbind-appcompat" )
6868 implementation(" ru.ldralighieri.corbind:corbind-core" )
@@ -82,7 +82,7 @@ dependencies {
8282Google 'material' library bindings:
8383``` kotlin
8484dependencies {
85- implementation(platform(" ru.ldralighieri.corbind:corbind-bom:2025.09 .00" ))
85+ implementation(platform(" ru.ldralighieri.corbind:corbind-bom:2026.02 .00" ))
8686 implementation(" ru.ldralighieri.corbind:corbind-material" )
8787}
8888```
@@ -94,7 +94,7 @@ repositories {
9494}
9595
9696dependencies {
97- implementation(platform(" ru.ldralighieri.corbind:corbind-bom:2025.10.00 -SNAPSHOT" ))
97+ implementation(platform(" ru.ldralighieri.corbind:corbind-bom:2026.02.01 -SNAPSHOT" ))
9898 implementation(" ru.ldralighieri.corbind:{module}" )
9999}
100100```
0 commit comments