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

Commit d816f6d

Browse files
author
Magnus Ernstsson
committed
Tagged 1.2.0-beta3
1 parent 71f7016 commit d816f6d

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
@@ -16,7 +16,7 @@ Usage
1616
To add a dependency using Gradle:
1717

1818
```
19-
compile 'com.google.android.agera:agera:1.2.0-beta2'
19+
compile 'com.google.android.agera:agera:1.2.0-beta3'
2020
```
2121

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

4141
```
42-
compile 'com.google.android.agera:content:1.2.0-beta2'
43-
compile 'com.google.android.agera:database:1.2.0-beta2'
44-
compile 'com.google.android.agera:net:1.2.0-beta2'
45-
compile 'com.google.android.agera:rvadapter:1.2.0-beta2'
46-
compile 'com.google.android.agera:rvdatabinding:1.2.0-beta2'
42+
compile 'com.google.android.agera:content:1.2.0-beta3'
43+
compile 'com.google.android.agera:database:1.2.0-beta3'
44+
compile 'com.google.android.agera:net:1.2.0-beta3'
45+
compile 'com.google.android.agera:rvadapter:1.2.0-beta3'
46+
compile 'com.google.android.agera:rvdatabinding:1.2.0-beta3'
4747
```
4848

4949
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 = 10200
25-
gradle.ext.versionName = '1.2.0-SNAPSHOT'
25+
gradle.ext.versionName = '1.2.0-beta3'
2626

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

0 commit comments

Comments
 (0)