Skip to content

Commit

Permalink
- Released new version V1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veenapilli committed Nov 15, 2017
1 parent 169a46d commit 138777b
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 25 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you have any questions, comments, or issues related to Animator, Please conta

### Animator

**Animator-android** framework (Api level 20 and above) provided by Streamoid Technologies, acts as a bridge between offline advertisements and purchasing those products online.
**Animator-android** framework (Api level 21 and above) provided by Streamoid Technologies, acts as a bridge between offline advertisements and purchasing those products online.

**TestAnimator** is an example application which uses Animator-android framework.

Expand Down Expand Up @@ -44,7 +44,7 @@ to use the JCenter Repository
```groovy
dependencies {
...
compile 'com.streamoid:animatorsdk:1.0.1'
compile 'com.streamoid:animatorsdk:1.1.0'
...
}
```
Expand Down Expand Up @@ -87,6 +87,7 @@ Once you have finished adding Animator framework to your project, you can test y
// Use event for analytics if required
}
})
.setEnbaleDirectAction(true) // Set to false if Direct Action feature has to be disabled.
.build());
```
Expand Down
Binary file removed animatorsdk/1.0.1/animatorsdk-1.0.1-javadoc.jar
Binary file not shown.
1 change: 0 additions & 1 deletion animatorsdk/1.0.1/animatorsdk-1.0.1-javadoc.jar.md5

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Binary file added animatorsdk/1.1.0/animatorsdk-1.1.0-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions animatorsdk/1.1.0/animatorsdk-1.1.0-javadoc.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
40df6c4492db5f2a470b52de937a024e
1 change: 1 addition & 0 deletions animatorsdk/1.1.0/animatorsdk-1.1.0-javadoc.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d0b38a5f58fea0bd4edff10b42bee3fa88e999c8
Binary file not shown.
1 change: 1 addition & 0 deletions animatorsdk/1.1.0/animatorsdk-1.1.0-sources.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16b0f37e27ce45870680fb64a021087d
1 change: 1 addition & 0 deletions animatorsdk/1.1.0/animatorsdk-1.1.0-sources.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
be579b5c670d5a132cea3f4af26906c5e9bbcb34
Binary file added animatorsdk/1.1.0/animatorsdk-1.1.0.aar
Binary file not shown.
1 change: 1 addition & 0 deletions animatorsdk/1.1.0/animatorsdk-1.1.0.aar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16894f8b6351a6775134b5e3bf423d4f
1 change: 1 addition & 0 deletions animatorsdk/1.1.0/animatorsdk-1.1.0.aar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ac291f37dbf395095fca8161b146083de8b9285e
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.streamoid</groupId>
<artifactId>animatorsdk</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>25.0.1</version>
<version>25.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-v4</artifactId>
<version>25.0.1</version>
<version>25.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.4.2</version>
<version>3.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -34,37 +34,37 @@
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>
<version>1.1.0</version>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxandroid</artifactId>
<version>1.0.2</version>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>design</artifactId>
<version>25.0.1</version>
<version>25.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
<version>2.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>recyclerview-v7</artifactId>
<version>25.0.1</version>
<version>25.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>cardview-v7</artifactId>
<version>25.0.1</version>
<version>25.4.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
1 change: 1 addition & 0 deletions animatorsdk/1.1.0/animatorsdk-1.1.0.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3a08ae7799e77ea3dd75711413113d95
1 change: 1 addition & 0 deletions animatorsdk/1.1.0/animatorsdk-1.1.0.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
32ed32fe9fd51550fb0edd6bd8b7113bc8654f29
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.0.1</release>
<release>1.1.0</release>
<versions>
<version>1.0.1</version>
<version>1.1.0</version>
</versions>
<lastUpdated>20171012141053</lastUpdated>
<lastUpdated>20171115053216</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 @@
dbbcde36891c44b9913e51ba5bc968fd
cca395ba8570efc03c6a67826d6082b5
2 changes: 1 addition & 1 deletion animatorsdk/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fd0a7b3239fc6ce8a522828d63f5b12ee49b657f
1938ac72f9498070871a7929d72dfe57660b62e2

0 comments on commit 138777b

Please sign in to comment.