Skip to content

persian-calendar/calendar

Folders and files

NameName
Last commit message
Last commit date
Mar 27, 2025
Feb 18, 2024
Apr 1, 2025
Feb 18, 2024
Feb 18, 2024
Mar 27, 2025
Jan 3, 2020
Jan 9, 2025
Mar 20, 2025
Apr 30, 2021
Apr 30, 2021
Mar 26, 2020

Repository files navigation

Calendar

Calendar converter based on http://code.google.com/p/mobile-persian-calendar/ (GPLv2) initially but changed a lot afterward.

Copyright (C) 2006  Amir Khosroshahi (amir.khosroshahi)
Copyright (C) 2012-2025  Android Persian Calendar

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

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:calendar:x.y.z")
}

For other build tools support have a look at this.