Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 575 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 575 Bytes

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.