Versions Compared

Key

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

...

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


dependencies {
    implementation 'com.buzzvil:buzzad-offerwall:1.1.45'
}


2. AndroidManifest.xml에 아래와 같이 권한을 추가하고, 액티비티를 설정합니다.

...