Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.01 KB

Nepali Calendar

Maven Central

A Nepali Calendar used to manage nepali dates and also convert AD dates to nepali.

Installation

The Nepali Calendar can be installed directly into your application by importing sdk artifacts via Gradle.

Add the following code to your project's build.gradle file:

repositories {
	mavenCentral()
}

And the following code to your module's build.gradle file:

dependencies {
    implementation "io.github.sapkotamadhusudan:np-calendar-core:<latest-version>"
	implementation "io.github.sapkotamadhusudan:np-calendar-ui:<latest-version>"
}

Contributing

Found a bug? feel free to fix it and send a pull request or open an issue.

License

CalendarView is distributed under the MIT license. See LICENSE for details.