File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
1818}
1919
2020dependencies {
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
30301 . Clone the repository: ` git clone https://github.com/kaaes/spotify-web-api-android.git `
31312 . 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
Original file line number Diff line number Diff line change 11org.gradle.daemon =true
22
33BASE_NAME =spotify-web-api-android
4- VERSION_NAME =0.4.0
4+ VERSION_NAME =0.4.1
55GROUP =com.spotify.android
66
77# Deps for gradle
You can’t perform that action at this time.
0 commit comments