Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@baracudda baracudda released this 08 Feb 15:09

Publishing via GitHub:

Add the JitPack repository to your root build.gradle file, at the end of repositories:

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

then add the dependency to your app's build.gradle file:

	dependencies {
		implementation 'com.github.baracudda:androidBits:v1.1.0'
	}