Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatin Kaushal committed May 28, 2020
1 parent cfd38e5 commit c460a5e
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 6 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.2.1/songbird-1.2.1.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
359583a2ee5f3d4113894b5398a00f68
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.2.1/songbird-1.2.1.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
07c125afdf6fbf8bc6c89a3bbaf54c114a859eb9
35 changes: 35 additions & 0 deletions com/yahoo/finance/songbird/1.2.1/songbird-1.2.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.2.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.2.1/songbird-1.2.1.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
74dd8373aca1ab07b75ef83f796614c8
1 change: 1 addition & 0 deletions com/yahoo/finance/songbird/1.2.1/songbird-1.2.1.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e1b39ec88a20072574d2bd728079b10d3e1e81d3
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,14 +3,15 @@
<groupId>com.yahoo.finance</groupId>
<artifactId>songbird</artifactId>
<versioning>
<latest>1.2.0</latest>
<release>1.2.0</release>
<latest>1.2.1</latest>
<release>1.2.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>
</versions>
<lastUpdated>20200506172626</lastUpdated>
<lastUpdated>20200528191039</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 @@
6fcd3583342a3474ef03139276967acf
285d35dad7974ce93498729e1c30d4bd
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 @@
5b6bd98c39acb9ec36ea93d35df5271a6680b9a8
503b65bb3fcfc7a0003f2e78acd4bbb6a953a543
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.2.0"
version = "1.2.1"
project.ext.artifactId = 'songbird'

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

0 comments on commit c460a5e

Please sign in to comment.