Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 349 Bytes

Location-Finder

A simple library to find the current location of the device

How to use

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add the dependency

dependencies {
        implementation 'com.github.Kavya-24:Location-Finder:v0.1.0'
}