Skip to content

stevepham/ht_ui

Repository files navigation

HT_UI

Library of collection customize loading UI

How to integrate to your project

Add to your root build.gradle

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

Add the dependency into your project build.gradle

implementation 'com.github.stevepham:ht_ui:x.y.z'

Replace x.y.z with the version

HT_UI