aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-06-21 20:01:35 +0300
committerGravatar Vitaly Takmazov2018-06-21 20:01:35 +0300
commit7866553d3fb28f6a18795a0129ea4a6661870d09 (patch)
treeabc327d0c90c18de4e7a8e8535ef5c32d79ecd0a
parent08afd2fc05170f5f3240c3f383174ebd525d876f (diff)
dependency and gradle updates
-rw-r--r--build.gradle2
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index db0cb16f..ad9934fe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.github.ben-manes:gradle-versions-plugin:0.18.0'
+ classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
}
}
plugins {
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index e6a30918..debd0240 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists