Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

akashapps/QRCodeHelper

Repository files navigation

QRCodeHelper

Installation

Gradle

Step 1. Add it in your root build.gradle at the end of repositories:

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

Step 2. Add the dependency

dependencies {
	    implementation 'com.github.akashapps:QRCodeHelper:0.1.3'
	}

Maven

Step 1. Add the JitPack repository to your build file

<repositories>
	<repository>
		<id>jitpack.io</id>
		<url>https://jitpack.io</url>
	</repository>
</repositories>

Step 2. Add the dependency

<dependency>
	<groupId>com.github.akashapps</groupId>
    	<artifactId>QRCodeHelper</artifactId>
   	 <version>0.1.2</version>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages