Skip to content

Commit

Permalink
Merge pull request #34 from rezanejati/master
Browse files Browse the repository at this point in the history
Update Gradle
  • Loading branch information
AhmadNemati authored Apr 25, 2018
2 parents acc447e + a612046 commit e44a6cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
Expand All @@ -16,6 +20,10 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}

Expand Down

0 comments on commit e44a6cc

Please sign in to comment.