/NIC_Details_Finder

Android library for the get nic details

Primary LanguageJava

NIC_Details_Finder

Android library for the get nic details

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

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

Step 2. Add the dependency

dependencies {
	        implementation 'com.github.sachintha00:NIC_Details_Finder:Tag'
	}