Skip to content

Commit

Permalink
Merge pull request #7 from partners-sdk/0.6.3
Browse files Browse the repository at this point in the history
0.6.3
  • Loading branch information
veronikapetruskova authored and GitHub Enterprise committed Sep 11, 2019
2 parents 3483d3d + 8a02025 commit cf6facd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app-remote-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.6.3

**What's New**
* Fix: Add rule to avoid proguard warning of missing classes

# Version 0.6.2

**What's New**
Expand Down
Binary file removed app-remote-lib/spotify-app-remote-release-0.6.2.aar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion app-remote-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repositories {
}

dependencies {
implementation files('../app-remote-lib/spotify-app-remote-release-0.6.2.aar')
implementation files('../app-remote-lib/spotify-app-remote-release-0.6.3.aar')

implementation "com.android.support:appcompat-v7:$supportLibVersion"
implementation "com.android.support:gridlayout-v7:$supportLibVersion"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:3.5.0'
}
}

Expand Down

0 comments on commit cf6facd

Please sign in to comment.