Skip to content

Commit c27be28

Browse files
authored
Merge pull request #2 from StefMa/feature/update_deps
Update deps
2 parents 9c00528 + 6e2176c commit c27be28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ compileGroovy {
1010
dependencies {
1111
compile gradleApi()
1212
compile localGroovy()
13-
compile ('org.jfrog.buildinfo:build-info-extractor-gradle:4.4.17') {
13+
compile ('org.jfrog.buildinfo:build-info-extractor-gradle:4.5.2') {
1414
exclude module: 'groovy-all'
1515
}
16-
compile 'guru.stefma.androidartifacts:androidartifacts:0.0.1'
16+
compile 'guru.stefma.androidartifacts:androidartifacts:0.0.2'
1717
}
1818

1919
publish {

gradle/wrapper/gradle-wrapper.jar

575 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon May 22 12:09:30 CEST 2017
1+
#Fri Sep 29 15:00:37 CEST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2-bin.zip

0 commit comments

Comments
 (0)