Skip to content

Commit

Permalink
Remove google repo and dependency because we don't use it
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Jan 18, 2018
1 parent 99846b5 commit 0bea696
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ apply plugin: 'maven'
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.novoda:bintray-release:0.6.0'
}
}

repositories {
google()
jcenter()
}

Expand Down

0 comments on commit 0bea696

Please sign in to comment.