Skip to content

persian-calendar/calculator

Repository files navigation

Calendar

Mathematics expressions evaluator

Usage

Add this in your root build.gradle at the end of repositories section:

allprojects {
    repositories {
        ...
        maven("https://jitpack.io")
    }
}

Now actually add the dependency:

dependencies {
    implementation("com.github.persian-calendar:calculator:0.0.1")
}

For other build tools support have a look at this.