Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To connect to our Maven repository, add the following to your main project build.gradle under the allprojects tag OR in your settings.gradle file under the dependencyResolutionManagement tag:

Note

The username (_json_key_base64) should NOT be changed!

The password is a long collection of characters you should have received from us.

Copy-paste it as a String (between quotation marks like this - “password”).

Code Block
languagegroovy
// .gradle

repositories {
    maven("https://us-central1-maven.pkg.dev/mobile-sdk-fd2e4/adservr-maven")
}

...