Skip to content
View Sarab0008's full-sized avatar
💭
💭

Block or report Sarab0008

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sarab0008/README.md

pluginManagement {

/**
  * The pluginManagement.repositories block configures the
  * repositories Gradle uses to search or download the Gradle plugins and
  * their transitive dependencies. Gradle pre-configures support for remote
  * repositories such as JCenter, Maven Central, and Ivy. You can also use
  * local repositories or define your own remote repositories. Here we
  * define the Gradle Plugin Portal, Google's Maven repository,
  * and the Maven Central Repository as the repositories Gradle should use to look for its
  * dependencies.
  */

repositories {
    gradlePluginPortal()
    google()
    mavenCentral()
}

} dependencyResolutionManagement {

/**
  * The dependencyResolutionManagement.repositories
  * block is where you configure the repositories and dependencies used by
  * all modules in your project, such as libraries that you are using to
  * create your application. However, you should configure module-specific
  * dependencies in each module-level build.gradle file. For new projects,
  * Android Studio includes Google's Maven repository and the Maven Central
  * Repository by default, but it does not configure any dependencies (unless
  * you select a template that requires some).
  */

repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() } } rootProject.name = "My Application" include(":app")

Popular repositories Loading

  1. Sarab0008 Sarab0008 Public

    1

  2. nougat_quickSettings nougat_quickSettings Public

    Forked from simonesestito/nougat_quickSettings

    Strings.xml files, if you may want to help the translation