/Unsplash-api-android

Library for android

Primary LanguageJavaApache License 2.0Apache-2.0

Unsplash-api-android

Library for android

Add to android projects

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.FirstVoyager:Unsplash-api-android:Tag'
}