Skip to content

An Iraninan Calendar Written In Kotlin For Use In Android Projects

Notifications You must be signed in to change notification settings

TalebRafiepour/PersianCalendar

Repository files navigation

PersianCalendar

An Iraninan Calendar Written In Kotlin For Use In Android Projects

Setup

1.Add the JitPack repository to your build file

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

2.Add the dependency

dependencies {
	        implementation 'com.github.TalebRafiepour:PersianCalendar:1.0.0'
	}