Advertisement
fakhrycodepolitan

settings.gradle

Jun 7th, 2023
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.31 KB | Source Code | 0 0
  1. pluginManagement {
  2.   repositories {
  3.     google()
  4.     mavenCentral()
  5.     gradlePluginPortal()
  6.   }
  7. }
  8. dependencyResolutionManagement {
  9.   repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
  10.   repositories {
  11.     google()
  12.     mavenCentral()
  13.   }
  14. }
  15. rootProject.name = "Pemasaran produk"
  16. include ':app'
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement