Skip to content

Commit

Permalink
Release of version 2.2.3 with ios artifact SPM conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
shivathapaa committed Nov 9, 2024
1 parent 9ad630a commit 3e05d43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("io.github.shivathapaa:nepali-date-picker:2.2.1")
implementation("io.github.shivathapaa:nepali-date-picker:2.2.3")
}
}
}
Expand All @@ -115,7 +115,7 @@ To add the nepali-date-picker library to your Android project, include the follo
[versions]
# ...
kotlin = "2.0.20"
nepaliDatePickerAndroid = "2.2.1"
nepaliDatePickerAndroid = "2.2.3"

[libraries]
nepali-date-picker-android = { module = "io.github.shivathapaa:nepali-date-picker-android", version.ref = "nepaliDatePickerAndroid" }
Expand Down Expand Up @@ -181,7 +181,17 @@ dependencies {

The library supports various iOS architectures, including `iosarm64`, `iossimulatorarm64`, and `iosx64`.

To integrate this library into your iOS project using CocoaPods:
To integrate this library into your iOS project using Swift Package Manager(SPM):

- Add the library using Package.swift from repo - https://github.com/shivathapaa/Nepali-Date-Picker-SPM/tree/main (After adding you are good to go!)

```swift
import SwiftUI
import SwiftData
import nepali_date_picker // import Nepali Date Picker library

// Create view ...
```

> Will be updated very soon....
Expand Down
2 changes: 1 addition & 1 deletion nepali-date-picker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ mavenPublishing {
coordinates(
groupId = "io.github.shivathapaa",
artifactId = "nepali-date-picker",
version = "2.2.2"
version = "2.2.3"
)

// POM metadata for the published artifact
Expand Down

0 comments on commit 3e05d43

Please sign in to comment.