Skip to content

Commit

Permalink
Bump up v1.1.3 (Redis v5.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 committed Nov 26, 2018
1 parent 8a1d456 commit 57aa30b
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
/captures
.externalNativeBuild
.idea/
release_zip/
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Redis version

Nov/8/2018 **Redis 5.0.1**
Nov/26/2018 **Redis 5.0.2**

## Description

Expand Down Expand Up @@ -55,7 +55,7 @@ repositories {
}
dependencies {
compile 'io.wf9a5m75:redis-android:1.1.2'
compile 'io.wf9a5m75:redis-android:1.1.3'
}
```

Expand Down Expand Up @@ -173,6 +173,7 @@ OK

| Redis version | redis-android version |
|---------------|-----------------------|
| Redis 5.0.2 | v1.1.3 |
| Redis 5.0.1 | v1.1.1 - v1.1.2 |
| Redis 5.0.0 | v1.1.0 |
| Redis 4.0.11 | v1.0.8 |
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3d58ea86346c5491b3f196995a55becb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cd07a13ec5a9e8bdb0d9d68f6a346d75f2d9c4a3
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?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>io.wf9a5m75</groupId>
<artifactId>redis-android</artifactId>
<version>1.1.3</version>
<packaging>aar</packaging>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1cbc6e7275bc5591ee0e1c77a233aaf2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1fc68313d80c78de8c704e9e7865a28806d9e708
5 changes: 3 additions & 2 deletions repository/io/wf9a5m75/redis-android/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>io.wf9a5m75</groupId>
<artifactId>redis-android</artifactId>
<versioning>
<release>1.1.2</release>
<release>1.1.3</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
Expand All @@ -17,7 +17,8 @@
<version>1.1.0</version>
<version>1.1.1</version>
<version>1.1.2</version>
<version>1.1.3</version>
</versions>
<lastUpdated>20181108234448</lastUpdated>
<lastUpdated>20181126174704</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
71f7926346ff10dc1ded051cab8644b7
a5f1a1f62309b58716bd6de18c343783
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ebd819738b09e561fdcfea0638f11c92e49a1ff5
0e4763d68044292f25d79cb50d07816fe4b6f310

0 comments on commit 57aa30b

Please sign in to comment.