Skip to content

Commit

Permalink
gradle updated
Browse files Browse the repository at this point in the history
  • Loading branch information
W3-Tariqul committed Jul 5, 2018
1 parent 08d125d commit d6a8b06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
}

dependencies {
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down

0 comments on commit d6a8b06

Please sign in to comment.