dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.zayviusdigital:ZayviusAds:[version]'
}
Muhammad Zayvius Alsyazani