Skip to content

A library for handling user activity status wheather Inactive or Active

Notifications You must be signed in to change notification settings

chayan2024/UserInactiveOrActive-Handler-library

Repository files navigation

UserInactiveOrActive-Handler Library

A library for handling user activity status wheather Inactive or Active

Installation

To install the library, follow these steps:

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
  implementation 'com.github.chayan2024:UserInactiveOrActive-Handler-library:1.0.0'
}