Skip to content

Commit

Permalink
Merge pull request #711 from Jawnnypoo/google-in-buildscript
Browse files Browse the repository at this point in the history
Use google() in buildscript
  • Loading branch information
mauriciocolli authored Sep 19, 2017
2 parents bb3c6f3 + 43e6c30 commit 370e306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ android:
# The SDK version used to compile NewPipe
- android-26

# Additional components
- extra-android-m2repository

script: ./gradlew -Dorg.gradle.jvmargs=-Xmx1536m assembleDebug lintDebug testDebugUnitTest

licenses:
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
Expand All @@ -16,7 +17,7 @@ allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
maven { url 'https://maven.google.com' }
google()
maven { url 'https://clojars.org/repo' }
}
}

0 comments on commit 370e306

Please sign in to comment.