From 7f4f807f04e02c9ffad416cc2baab60711fb9ceb Mon Sep 17 00:00:00 2001
From: Shiva Thapa
Date: Thu, 17 Oct 2024 23:03:13 +0545
Subject: [PATCH] Release of version 2.2.1-beta01
---
README.md | 8 +++++---
nepali-date-picker/build.gradle.kts | 2 +-
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index fea50c4..f51c3c9 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ KMP Nepali Date Picker for both Android and/or iOS which aligns with the Materia
-
+
@@ -93,12 +93,14 @@ The library is published to [Maven Central. You can find all artifacts here.](ht
In multiplatform projects, add a dependency to the commonMain source set dependencies
+> For targeting minimum sdk 21, use `2.2.1-dev01` version of the library which is stable, and is special release for specific case of supporting 21 minsdk. (If I get multiple requests for support below 24 sdk i.e. from 21, then I will release upcoming updates with the changes itself.)
+
```kotlin
kotlin {
sourceSets {
commonMain {
dependencies {
- implementation("io.github.shivathapaa:nepali-date-picker:2.1.0-beta01")
+ implementation("io.github.shivathapaa:nepali-date-picker:2.2.1-beta01")
}
}
}
@@ -115,7 +117,7 @@ To add the nepali-date-picker library to your Android project, include the follo
[versions]
# ...
kotlin = "2.0.20"
-nepaliDatePickerAndroid = "2.1.0-beta01"
+nepaliDatePickerAndroid = "2.2.1-beta01"
[libraries]
nepali-date-picker-android = { module = "io.github.shivathapaa:nepali-date-picker-android", version.ref = "nepaliDatePickerAndroid" }
diff --git a/nepali-date-picker/build.gradle.kts b/nepali-date-picker/build.gradle.kts
index 32eae5a..203680b 100644
--- a/nepali-date-picker/build.gradle.kts
+++ b/nepali-date-picker/build.gradle.kts
@@ -81,7 +81,7 @@ mavenPublishing {
coordinates(
groupId = "io.github.shivathapaa",
artifactId = "nepali-date-picker",
- version = "2.2.0-beta01"
+ version = "2.2.1-beta01"
)
// POM metadata for the published artifact