Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 04045cc

Browse files
author
Magnus Ernstsson
committed
Tagged 1.4.0
1 parent 3b9ae7b commit 04045cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Usage
1717
To add a dependency using Gradle:
1818

1919
```
20-
compile 'com.google.android.agera:agera:1.3.0'
20+
compile 'com.google.android.agera:agera:1.4.0'
2121
```
2222

2323
Learn about Agera
@@ -40,11 +40,11 @@ A few experimental sample extension libraries for Agera are also provided. These
4040
To add dependencies to these using Gradle:
4141

4242
```
43-
compile 'com.google.android.agera:content:1.3.0'
44-
compile 'com.google.android.agera:database:1.3.0'
45-
compile 'com.google.android.agera:net:1.3.0'
46-
compile 'com.google.android.agera:rvadapter:1.3.0'
47-
compile 'com.google.android.agera:rvdatabinding:1.3.0'
43+
compile 'com.google.android.agera:content:1.4.0'
44+
compile 'com.google.android.agera:database:1.4.0'
45+
compile 'com.google.android.agera:net:1.4.0'
46+
compile 'com.google.android.agera:rvadapter:1.4.0'
47+
compile 'com.google.android.agera:rvdatabinding:1.4.0'
4848
```
4949

5050
FAQ: What's the relation with RxJava?

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include ':extensions:net'
2222
include ':testapp'
2323

2424
gradle.ext.versionCode = 10400
25-
gradle.ext.versionName = '1.4.0-SNAPSHOT'
25+
gradle.ext.versionName = '1.4.0'
2626

2727
gradle.ext.bintrayRepo = 'Agera'
2828
gradle.ext.bintrayName = 'agera'

0 commit comments

Comments
 (0)