Skip to content

Zscaler Development Kit (Zscaler SDK), part of the Zscaler Zero Trust Exchange™ platform, combines a set of robust capabilities to protect the integrity of your intellectual property, secure network communications from your mobile application, and prevent breaches against your APIs and core backend services.

License

Notifications You must be signed in to change notification settings

zscaler/zscaler-sdk-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Zscaler Android SDK

Zscaler Development Kit (Zscaler SDK), part of the Zscaler Zero Trust Exchange™ platform, combines a set of robust capabilities to protect the integrity of your intellectual property, secure network communications from your mobile application, and prevent breaches against your APIs and core backend services.

Integration

  1. Make sure gpr.user and gpr.key are set to your github username and access token in local.properties.
  2. Add the Github repository to the dependencyResolutionManagement repositories in settings.gradle.
dependencyResolutionManagement {
    repositories {
        maven {
            name = "ZscalerSDKAndroid"
            url = uri("https://maven.pkg.github.com/zscaler/zscaler-sdk-android")
            credentials {
                username = settings.extra.get("gpr.user") as String? ?: System.getenv("GITHUB_USERNAME")
                password = settings.extra.get("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
            }
        }
    }
}
  1. Install Zscaler SDK in the dependencies section of build.gradle.
dependencies {
    implementation("com.zscaler.sdk:zscalersdk-android:latest.release")
}

About

Zscaler Development Kit (Zscaler SDK), part of the Zscaler Zero Trust Exchange™ platform, combines a set of robust capabilities to protect the integrity of your intellectual property, secure network communications from your mobile application, and prevent breaches against your APIs and core backend services.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages