Skip to content

Commit

Permalink
1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
survivingwithandroid committed Oct 18, 2015
1 parent b5bd13d commit 594a95c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions OkHttpClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 19
versionCode 158
versionName "1.5.8"
versionCode 159
versionName "1.5.9"
}
buildTypes {
release {
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ Weatherlib has a new ([web site](http://survivingwithandroid.github.io/WeatherL
Master [![Build Status](https://travis-ci.org/survivingwithandroid/WeatherLib.svg?branch=master)](https://travis-ci.org/survivingwithandroid/WeatherLib)

#Version
1.5.8
1.5.9

```
dependencies {
compile 'com.survivingwithandroid:weatherlib:1.5.8'
compile 'com.survivingwithandroid:weatherlib_volleyclient:1.5.8'
compile 'com.survivingwithandroid:weatherlib:1.5.9'
compile 'com.survivingwithandroid:weatherlib_volleyclient:1.5.9'
compile 'com.mcxiaoke.volley:library:1.0.6@aar' (or whatever you like)
}
```

```
dependencies {
compile 'com.survivingwithandroid:weatherlib:1.5.8'
compile 'com.survivingwithandroid:weatherlib_okhttpclient:1.5.8'
compile 'com.survivingwithandroid:weatherlib:1.5.9'
compile 'com.survivingwithandroid:weatherlib_okhttpclient:1.5.9'
compile 'com.squareup.okhttp:okhttp:2.0.+'
}
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.5.8
VERSION_CODE=17
VERSION_NAME=1.5.9
VERSION_CODE=18
GROUP=com.survivingwithandroid

POM_DESCRIPTION=Android Weather Lib
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 19
versionCode 158
versionName "1.5.8"
versionCode 159
versionName "1.5.9"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions volleyclient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 19
versionCode 158
versionName '1.5.8'
versionCode 159
versionName '1.5.9'
}
buildTypes {
release {
Expand Down

0 comments on commit 594a95c

Please sign in to comment.