Skip to content

Commit cdf0cd4

Browse files
committed
Bump version to 0.4.1
1 parent ac9b499 commit cdf0cd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919
2020
dependencies {
21-
compile 'com.github.kaaes:spotify-web-api-android:0.4.0'
21+
compile 'com.github.kaaes:spotify-web-api-android:0.4.1'
2222
2323
// Other dependencies your app might use
2424
}
@@ -29,7 +29,7 @@ This project is built using [Gradle](https://gradle.org/):
2929

3030
1. Clone the repository: `git clone https://github.com/kaaes/spotify-web-api-android.git`
3131
2. Build: `./gradlew assemble`
32-
3. Grab the `aar` that can be found in `spotify-api/build/outputs/aar/spotify-web-api-android-0.4.0.aar`
32+
3. Grab the `aar` that can be found in `spotify-api/build/outputs/aar/spotify-web-api-android-0.4.1.aar`
3333

3434
## Usage
3535

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.daemon=true
22

33
BASE_NAME=spotify-web-api-android
4-
VERSION_NAME=0.4.0
4+
VERSION_NAME=0.4.1
55
GROUP=com.spotify.android
66

77
# Deps for gradle

0 commit comments

Comments
 (0)