summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 20:09:02 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 20:09:02 +0300
commit08da193c163cb9f479416d86606e58c79fb780d1 (patch)
tree4643c6765a7601379e9000c8ceee9af4d8731c92 /build.gradle
parentf859aaac2d7048e32876289e2ac6a4873a06d8e0 (diff)
bump version
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index e376d19..c03b742 100755
--- a/build.gradle
+++ b/build.gradle
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
- jcenter()
google()
+ jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
@@ -11,8 +11,8 @@ buildscript {
allprojects {
repositories {
- jcenter()
google()
+ jcenter()
maven { url "https://jitpack.io" }
maven { url 'http://guardian.github.com/maven/repo-releases' }
}