Updated wolk rest library to 1.1.7.PRODUCTION.

Version updated.
This commit is contained in:
Nikola Lukić 2017-02-14 12:01:23 +01:00
parent 36d2d62cc3
commit 9f7b562bb3

View File

@ -9,8 +9,8 @@ android {
applicationId "com.wolkabout.hexiwear"
minSdkVersion 19
targetSdkVersion 22
versionCode 26
versionName "1.26"
versionCode 27
versionName "1.27"
}
buildTypes {
release {
@ -71,9 +71,9 @@ dependencies {
compile "org.parceler:parceler-api:$ParcelerVersion"
apt "org.parceler:parceler:$ParcelerVersion"
compile 'com.wolkabout:restandroid:1.0.6'
compile 'com.wolkabout:wolk:1.0'
compile 'com.wolkabout:restandroid:1.1.7.PRODUCTION'
compile 'com.wolkabout:wolk:1.0'
compile 'org.springframework.android:spring-android-rest-template:2.0.0.M3'
compile 'com.fasterxml.jackson.core:jackson-databind:2.7.5'
}