Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 356 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 356 Bytes

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'
	}