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

Commit

Permalink
Changed Gradle to 3.0 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
leomaxi authored Jan 25, 2018
1 parent 448576b commit e69891a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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:3.0.1'
Expand All @@ -22,6 +23,7 @@ allprojects {
maven {
url 'https://jitpack.io'
}
google()
}
}

Expand Down

0 comments on commit e69891a

Please sign in to comment.