Skip to content

Commit

Permalink
Remove buildscript block (#150)
Browse files Browse the repository at this point in the history
In order for project-wide repositories settings to take effect for this module, it should not define it.
This helps out when you run an internal mirror of maven (or a proxy such as nexus) to speed up downloading dependencies.
  • Loading branch information
mdavidsen authored and Minishlink committed Jan 3, 2019
1 parent 54e38bc commit 5239bbf
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
buildscript {
repositories {
jcenter()
}


dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
}
}

apply plugin: 'com.android.library'

def safeExtGet(prop, fallback) {
Expand Down

0 comments on commit 5239bbf

Please sign in to comment.