diff --git a/README.md b/README.md index 53c0e7c..101ee05 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > This is a demo app with audio charts rendering and functionality. Allows for other apps to render accessible audio charts. To see it in action, please build the demo app on your device or emulator. You can also try it out on the Yahoo Finance Android app on the Play Store, that uses this library to make audio charts available. - + Charts such as stocks, sports scores and political polls are still almost impossible to use for people with visual impairment. The quick summary of thousands or more data points charts are meant for is virtually not usable for about 300 million people worldwide and for users on a voice interface. This is a first step towards changing that. @@ -43,7 +43,7 @@ dependencies { // ... // Songbird SDK - compile 'com.yahoo.finance:songbird:1.0.1' // Use latest version + compile 'com.yahoo.finance:songbird:1.3.0' // Use latest version // ... } diff --git a/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar new file mode 100644 index 0000000..3d92cf3 Binary files /dev/null and b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar differ diff --git a/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar.md5 b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar.md5 new file mode 100644 index 0000000..5105552 --- /dev/null +++ b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar.md5 @@ -0,0 +1 @@ +1970e5ce4437d0a7eeae9dfe888b2573 \ No newline at end of file diff --git a/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar.sha1 b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar.sha1 new file mode 100644 index 0000000..976b0d2 --- /dev/null +++ b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.aar.sha1 @@ -0,0 +1 @@ +3a4b32f0a40de21c6c62709f3950996764c0900e \ No newline at end of file diff --git a/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom new file mode 100644 index 0000000..2fecf51 --- /dev/null +++ b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom @@ -0,0 +1,35 @@ + + + 4.0.0 + com.yahoo.finance + songbird + 1.3.0 + aar + + + org.jetbrains.kotlin + kotlin-android-extensions-runtime + 1.3.50 + runtime + + + com.google.android.material + material + 1.0.0 + runtime + + + androidx.annotation + annotation + 1.0.0 + runtime + + + androidx.core + core-ktx + 1.0.0 + runtime + + + diff --git a/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom.md5 b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom.md5 new file mode 100644 index 0000000..4ceeff3 --- /dev/null +++ b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom.md5 @@ -0,0 +1 @@ +4643210919c1579f506ed1cb98ef3b3d \ No newline at end of file diff --git a/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom.sha1 b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom.sha1 new file mode 100644 index 0000000..d2f607d --- /dev/null +++ b/com/yahoo/finance/songbird/1.3.0/songbird-1.3.0.pom.sha1 @@ -0,0 +1 @@ +9b862ea4e49d19f0838708d294bce12ee3c089b5 \ No newline at end of file diff --git a/com/yahoo/finance/songbird/maven-metadata.xml b/com/yahoo/finance/songbird/maven-metadata.xml index 6a26037..ec58074 100644 --- a/com/yahoo/finance/songbird/maven-metadata.xml +++ b/com/yahoo/finance/songbird/maven-metadata.xml @@ -3,15 +3,16 @@ com.yahoo.finance songbird - 1.2.1 - 1.2.1 + 1.3.0 + 1.3.0 1.0.1 1.1.0 1.1.1 1.2.0 1.2.1 + 1.3.0 - 20200528191039 + 20210311153121 diff --git a/com/yahoo/finance/songbird/maven-metadata.xml.md5 b/com/yahoo/finance/songbird/maven-metadata.xml.md5 index f040fe5..a52ac56 100644 --- a/com/yahoo/finance/songbird/maven-metadata.xml.md5 +++ b/com/yahoo/finance/songbird/maven-metadata.xml.md5 @@ -1 +1 @@ -285d35dad7974ce93498729e1c30d4bd \ No newline at end of file +f4f14115cf4f447773da6cfb2c16c61e \ No newline at end of file diff --git a/com/yahoo/finance/songbird/maven-metadata.xml.sha1 b/com/yahoo/finance/songbird/maven-metadata.xml.sha1 index 5046e71..e2a4140 100644 --- a/com/yahoo/finance/songbird/maven-metadata.xml.sha1 +++ b/com/yahoo/finance/songbird/maven-metadata.xml.sha1 @@ -1 +1 @@ -503b65bb3fcfc7a0003f2e78acd4bbb6a953a543 \ No newline at end of file +d2b1bac989650dd97e823193168a8209ba31ed1d \ No newline at end of file diff --git a/songbird/build.gradle b/songbird/build.gradle index d0c4f6b..7fb5b83 100755 --- a/songbird/build.gradle +++ b/songbird/build.gradle @@ -2,7 +2,7 @@ plugins { id 'maven-publish' } group = 'com.yahoo.finance' -version = "1.2.1" +version = "1.3.0" project.ext.artifactId = 'songbird' apply plugin: 'com.android.library'