Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
/ commons-ui Public archive

Android library 'commons-ui' with common classes for ui

License

Notifications You must be signed in to change notification settings

mobiledevpro/commons-ui

Repository files navigation

commons-ui

Android publiс library with common classes for UI https://github.com/mobile-dev-pro/commons

How to include this library into project:

  1. Add it in your root build.gradle at the end of repositories:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add the dependency
	dependencies {
	        compile 'com.github.mobile-dev-pro:commons-ui:VERSION'
	}