Versions Compared

Key

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

...

Code Block
languagegroovy
repositories {
    maven { url "https://dl.bintray.com/buzzvil/maven/" }
}

...

Code Block
languagegroovy
dependencies {
    implementation 'com.buzzvil:buzzscreen:2.0.6.3'
}
Code Block
languagegroovy
dependencies {
    // For global publishers only
    implementation 'com.buzzvil.mediation:sdk-outbrain:2.5.3.1'
}

...