Import App Shielding SDK library in Android Studio
  • 24 Dec 2024
  • 1 Minute à lire
  • Sombre
    Lumière
  • PDF

Import App Shielding SDK library in Android Studio

  • Sombre
    Lumière
  • PDF

The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article

The App Shielding SDK libraries are available as Maven packages. The Maven packages can be found in the directory path-to-package/SDK/maven.

To add the App Shielding SDK library to your application project:

  1. Open the settings.gradle file for your application.

  2. Make sure that the repositories section includes a maven section with the path to the provided SDK/maven/ directory. For example:

    MyApplication/settings.gradle

    dependencyResolutionManagement {
      repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
      repositories {
        google()
        ...
        maven {
          url 'path-to-package/SDK/maven'
        }
      }
    }
  3. Add the Shield SDK libraries to the dependencies section.

    For example, to use the App Shielding callback API, add the following lines:

    MyApplication/app/build.gradle

    dependencies {
    ...
      implementation 'no.promon.shield:ShieldSDK-callbacks:7.0.2'
    }


Cet article vous a-t-il été utile ?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, facilitant la découverte de connaissances grâce à l’intelligence conversationnelle