This repository was archived by the owner on Mar 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616To 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
2222Learn about Agera
@@ -39,11 +39,11 @@ A few experimental sample extension libraries for Agera are also provided. These
3939To 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
4949FAQ: What's the relation with RxJava?
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ include ':extensions:net'
2222include ' :testapp'
2323
2424gradle. ext. versionCode = 10200
25- gradle. ext. versionName = ' 1.2.0-SNAPSHOT '
25+ gradle. ext. versionName = ' 1.2.0-beta3 '
2626
2727gradle. ext. bintrayRepo = ' Agera'
2828gradle. ext. bintrayName = ' agera'
You can’t perform that action at this time.
0 commit comments