Skip to content
This repository has been archived by the owner on Apr 4, 2018. It is now read-only.

Commit

Permalink
Add Google maven repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kroikie committed Aug 28, 2017
1 parent a22a901 commit aa258cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -3,6 +3,7 @@
buildscript {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
Expand All @@ -15,5 +16,6 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
}
}

0 comments on commit aa258cd

Please sign in to comment.