FirstVoyager / Unsplash-api-android

Library for android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
}

About

Library for android

License:Apache License 2.0


Languages

Language:Java 100.0%