Installation


The myPOS Glass-SDK can be used by adding it to your Gradle dependencies.

 

Add the repository to your Gradle dependencies:

allprojects {
    repositories {
        mavenCentral()
  }
}

 

Add the dependency to a module:

implementation 'com.mypos:glasssdk:1.0.5'