Skip to content

Commit

Permalink
Merge pull request #21 from yahoo/v1.3.1
Browse files Browse the repository at this point in the history
v1.3.1 Improved reverb
  • Loading branch information
jgbirk committed May 6, 2021
2 parents 975d0f0 + 09ba737 commit 1f65e44
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
// ...
// Songbird SDK
compile 'com.yahoo.finance:songbird:1.3.0' // Use latest version
compile 'com.yahoo.finance:songbird:1.3.1' // Use latest versionrere
// ...
}
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.3.1/songbird-1.3.1.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22cc3b7e116988576bc7c22a524c2cd6
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.3.1/songbird-1.3.1.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cb332b66f47ee418f264b9bf04d3f28f995c792c
35 changes: 35 additions & 0 deletions com/yahoo/finance/songbird/1.3.1/songbird-1.3.1.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yahoo.finance</groupId>
<artifactId>songbird</artifactId>
<version>1.3.1</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.3.50</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.android.material</groupId>
<artifactId>material</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.3.1/songbird-1.3.1.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0260cec0e0c2571530a55492eed8692e
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.3.1/songbird-1.3.1.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
05f74b7a4145313e15cbd10915796f7028eff487
7 changes: 4 additions & 3 deletions com/yahoo/finance/songbird/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
<groupId>com.yahoo.finance</groupId>
<artifactId>songbird</artifactId>
<versioning>
<latest>1.3.0</latest>
<release>1.3.0</release>
<latest>1.3.1</latest>
<release>1.3.1</release>
<versions>
<version>1.0.1</version>
<version>1.1.0</version>
<version>1.1.1</version>
<version>1.2.0</version>
<version>1.2.1</version>
<version>1.3.0</version>
<version>1.3.1</version>
</versions>
<lastUpdated>20210311153121</lastUpdated>
<lastUpdated>20210506192523</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion com/yahoo/finance/songbird/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f4f14115cf4f447773da6cfb2c16c61e
6db23936f07c418eeb45954405f6e7b9
2 changes: 1 addition & 1 deletion com/yahoo/finance/songbird/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2b1bac989650dd97e823193168a8209ba31ed1d
0cbd16227459cba78ad96a8f4c4612a32a2cc329
2 changes: 1 addition & 1 deletion songbird/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'maven-publish'
}
group = 'com.yahoo.finance'
version = "1.3.0"
version = "1.3.1"
project.ext.artifactId = 'songbird'

apply plugin: 'com.android.library'
Expand Down

0 comments on commit 1f65e44

Please sign in to comment.