Skip to content

Vuzix/licensing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuzix Logo

Licensing SDK for Vuzix App Store

This library allows applications published to the Vuzix App Store to check for a valid license.

Installation

  1. Add JitPack as a maven repository in settings.gradle or settings.gradle.kts at the top level of your Android Studio project:
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        ...
        maven { url "https://jitpack.io" } // if using settings.gradle
        maven ("https://jitpack.io")       // if using settings.gradle.kts
    }
}
  1. Add licensing to your module's build.gradle or build.gradle.kts file. Replace VERSION below with the version of the SDK you wish to use.
dependencies {
    ...
    implementation 'com.vuzix:licensing:VERSION'   // if using build.gradle
    implementation ("com.vuzix:licensing:VERSION") // if using build.gradle.kts
    ...
}

The latest licensing version on JitPack is .

Legal

Use of the SDK is available to developers agreeing to the VUZIX® SOFTWARE DEVELOPMENT KIT LICENSE AND CONFIDENTIALITY AGREEMENT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published