We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7141716 commit c56187eCopy full SHA for c56187e
1 file changed
README.md
@@ -18,7 +18,7 @@ repositories {
18
}
19
20
dependencies {
21
- compile 'com.github.kaaes:spotify-web-api-android:0.3.0'
+ compile 'com.github.kaaes:spotify-web-api-android:0.4.0'
22
23
// Other dependencies your app might use
24
@@ -29,7 +29,7 @@ This project is built using [Gradle](https://gradle.org/):
29
30
1. Clone the repository: `git clone https://github.com/kaaes/spotify-web-api-android.git`
31
2. Build: `./gradlew assemble`
32
-3. Grab the `aar` that can be found in `spotify-api/build/outputs/aar/spotify-web-api-android-0.3.0.aar`
+3. Grab the `aar` that can be found in `spotify-api/build/outputs/aar/spotify-web-api-android-0.4.0.aar`
33
34
## Usage
35
0 commit comments