Bluedot-Innovation/PointSDK-Android


Bluedot PointSDK Android Archive (AAR)

Download


Step 1. Add the JitPack repository to your build file

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

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}
	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.bluedot-innovation:pointsdk-android:14.0.3'
	}
	<dependency>
	    <groupId>com.github.bluedot-innovation</groupId>
	    <artifactId>pointsdk-android</artifactId>
	    <version>14.0.3</version>
	</dependency>

                            
    libraryDependencies += "com.github.bluedot-innovation" % "pointsdk-android" % "14.0.3"
        
        

                            
    :dependencies [[com.github.bluedot-innovation/pointsdk-android "14.0.3"]]
        
        

Readme


:warning: Use of this software is subject to important terms and conditions as set forth in the License file :warning:

PointSDK-Android

Bluedot PointSDK Android Archive (AAR)

Documentation

You can find documentation for the SDK and release notes on http://docs.bluedot.io.

Copyright and license

Created by Bluedot Innovation in 2018. Copyright © 2018 Bluedot Innovation. All rights reserved.

By dowloading or using the Bluedot Point SDK for Android, You agree to the Bluedot Terms and Conditions and Privacy Policy and Billing Policy and acknowledge that such terms govern Your use of and access to the SDK.