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

Commit

Permalink
Tagged 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Ernstsson committed Feb 27, 2018
1 parent 3b9ae7b commit 04045cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Usage
To add a dependency using Gradle:

```
compile 'com.google.android.agera:agera:1.3.0'
compile 'com.google.android.agera:agera:1.4.0'
```

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

```
compile 'com.google.android.agera:content:1.3.0'
compile 'com.google.android.agera:database:1.3.0'
compile 'com.google.android.agera:net:1.3.0'
compile 'com.google.android.agera:rvadapter:1.3.0'
compile 'com.google.android.agera:rvdatabinding:1.3.0'
compile 'com.google.android.agera:content:1.4.0'
compile 'com.google.android.agera:database:1.4.0'
compile 'com.google.android.agera:net:1.4.0'
compile 'com.google.android.agera:rvadapter:1.4.0'
compile 'com.google.android.agera:rvdatabinding:1.4.0'
```

FAQ: What's the relation with RxJava?
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include ':extensions:net'
include ':testapp'

gradle.ext.versionCode = 10400
gradle.ext.versionName = '1.4.0-SNAPSHOT'
gradle.ext.versionName = '1.4.0'

gradle.ext.bintrayRepo = 'Agera'
gradle.ext.bintrayName = 'agera'
Expand Down

0 comments on commit 04045cc

Please sign in to comment.