Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 8575b9c

Browse files
author
Stan Wijckmans
committed
1 Update dependencies.
1 parent 9108c7a commit 8575b9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rest/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ android {
99
minSdkVersion 16
1010
targetSdkVersion 25
1111
versionCode 3
12-
versionName "1.0.0.2"
12+
versionName "1.0.1"
1313
}
1414

1515
lintOptions {
16-
abortOnError false
16+
disable 'InvalidPackage'
1717
}
1818
}
1919

2020
dependencies {
21-
compile 'be.stannieman:commonservices:1.0.0.4'
21+
compile 'be.stannieman:commonservices:1.0.1.0'
2222
compile 'com.android.volley:volley:1.0.0'
23-
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.6'
23+
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.7'
2424
}
2525

2626
task createJavaDoc(type: Javadoc) {
@@ -44,7 +44,7 @@ publishing {
4444
aar(MavenPublication) {
4545
groupId 'be.stannieman'
4646
artifactId 'rest'
47-
version '1.0.0.2'
47+
version '1.0.1'
4848
artifact "$buildDir\\outputs\\aar\\signed-${project.getName()}-release.aar"
4949
artifact createJavaDocJar
5050
artifact createSourcesJar

0 commit comments

Comments
 (0)