Skip to content

Commit

Permalink
Released new Version(V1.1.4) for AnimatorSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenraghuveer-streamoid committed Jun 21, 2018
1 parent 138777b commit 497ea0a
Show file tree
Hide file tree
Showing 27 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ to use the JCenter Repository
```groovy
dependencies {
...
compile 'com.streamoid:animatorsdk:1.1.0'
compile 'com.streamoid:animatorsdk:1.1.4'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion TestAnimator/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:25.4.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.0-beta3'
implementation 'com.streamoid:animatorsdk:1.1.0'
implementation 'com.streamoid:animatorsdk:1.1.4'
}
Binary file removed animatorsdk/1.1.0/animatorsdk-1.1.0-javadoc.jar
Binary file not shown.
1 change: 0 additions & 1 deletion animatorsdk/1.1.0/animatorsdk-1.1.0-javadoc.jar.md5

This file was deleted.

1 change: 0 additions & 1 deletion animatorsdk/1.1.0/animatorsdk-1.1.0-javadoc.jar.sha1

This file was deleted.

1 change: 0 additions & 1 deletion animatorsdk/1.1.0/animatorsdk-1.1.0-sources.jar.md5

This file was deleted.

1 change: 0 additions & 1 deletion animatorsdk/1.1.0/animatorsdk-1.1.0-sources.jar.sha1

This file was deleted.

Binary file removed animatorsdk/1.1.0/animatorsdk-1.1.0.aar
Binary file not shown.
1 change: 0 additions & 1 deletion animatorsdk/1.1.0/animatorsdk-1.1.0.aar.md5

This file was deleted.

1 change: 0 additions & 1 deletion animatorsdk/1.1.0/animatorsdk-1.1.0.aar.sha1

This file was deleted.

1 change: 0 additions & 1 deletion animatorsdk/1.1.0/animatorsdk-1.1.0.pom.md5

This file was deleted.

1 change: 0 additions & 1 deletion animatorsdk/1.1.0/animatorsdk-1.1.0.pom.sha1

This file was deleted.

Binary file added animatorsdk/1.1.4/animatorsdk-1.1.4-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions animatorsdk/1.1.4/animatorsdk-1.1.4-javadoc.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7edfaec7eed65701ec66919b81b38db6
1 change: 1 addition & 0 deletions animatorsdk/1.1.4/animatorsdk-1.1.4-javadoc.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ff48d74799619e5fd6bb22b10f1ab73ec6daed33
Binary file not shown.
1 change: 1 addition & 0 deletions animatorsdk/1.1.4/animatorsdk-1.1.4-sources.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9a54254fca7f1bfa02c72dbd5c27694b
1 change: 1 addition & 0 deletions animatorsdk/1.1.4/animatorsdk-1.1.4-sources.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3898a61409d1a6045167187fd59e3dc994906a2c
Binary file added animatorsdk/1.1.4/animatorsdk-1.1.4.aar
Binary file not shown.
1 change: 1 addition & 0 deletions animatorsdk/1.1.4/animatorsdk-1.1.4.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1b06e0ceb9c5afba2fec1926e6592081
1 change: 1 addition & 0 deletions animatorsdk/1.1.4/animatorsdk-1.1.4.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f4300cd262a6034bef0889d2e97f6ba3ac1b4e3
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.streamoid</groupId>
<artifactId>animatorsdk</artifactId>
<version>1.1.0</version>
<version>1.1.4</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions animatorsdk/1.1.4/animatorsdk-1.1.4.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e79389277e7776ebd556cc3930114ac2
1 change: 1 addition & 0 deletions animatorsdk/1.1.4/animatorsdk-1.1.4.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c9a77e1cf9c580d1b98e25e9b4b0e8ff184bf73e
6 changes: 3 additions & 3 deletions animatorsdk/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<groupId>com.streamoid</groupId>
<artifactId>animatorsdk</artifactId>
<versioning>
<release>1.1.0</release>
<release>1.1.4</release>
<versions>
<version>1.1.0</version>
<version>1.1.4</version>
</versions>
<lastUpdated>20171115053216</lastUpdated>
<lastUpdated>20180615184021</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion animatorsdk/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cca395ba8570efc03c6a67826d6082b5
8d1997ce1ff890c01b31481717ece9c7
2 changes: 1 addition & 1 deletion animatorsdk/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1938ac72f9498070871a7929d72dfe57660b62e2
a9847b7d1fb02f9957843089c2c0e054e56fdce4

0 comments on commit 497ea0a

Please sign in to comment.