Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 649 Bytes

File metadata and controls

41 lines (26 loc) · 649 Bytes

android-timeago

TimeAgo library for Android

Inspired by jquery-timeago project.

Using a packaged version

Packaged versions are available in our Maven repository at https://repo.koofr.eu/maven with group ID koofr.net and artefact ID android-timeago.

With Gradle, you will want to use the following repository:

repositories {
    maven {
        url = uri("https://repo.koofr.eu/maven")
    }
}

And declare your dependency with

dependencies {
    implementation 'net.koofr:android-timeago:1.0.10'
}

Authors

jaKa Močnik

Luka Zakrajsek

License

Apache License 2.0