Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Installation

Abdullah Alhazmy edited this page Sep 11, 2016 · 4 revisions

Maven

<dependency>
<groupId>net.alhazmy13.MediaPicker</groupId>
<artifactId>libary</artifactId>
<version>(LAST_VERSION)</version>
</dependency>

Gradle

dependencies {
	compile 'net.alhazmy13.MediaPicker:library:(LAST_VERSION)'
}