Skip to content

Commit

Permalink
change build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
itgoyo committed Jun 20, 2017
1 parent 091b0ac commit 0b58d46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions build.gradle
Expand Up @@ -7,6 +7,7 @@ buildscript {
dependencies {

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'

classpath 'com.android.tools.build:gradle:2.2.2'


Expand All @@ -19,6 +20,8 @@ buildscript {
allprojects {
repositories {
jcenter()

maven { url 'https://jitpack.io' }
}
}

Expand Down

0 comments on commit 0b58d46

Please sign in to comment.