GitHunt
PR

PratikFagadiya/AndoridCommonHelper

A Common utility class to provide such common methods to reduce code and help to provide basic methods which are commonly used in most of projects.

AndoridCommonHelper

How to use?

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {
	        implementation 'com.github.pratikfagadiya:AndoridCommonHelper:latest-release'
	}

Contributors

Created March 21, 2021
Updated October 17, 2022
PratikFagadiya/AndoridCommonHelper | GitHunt