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 17
17
To add a dependency using Gradle:
18
18
19
19
```
20
- compile 'com.google.android.agera:agera:1.3 .0'
20
+ compile 'com.google.android.agera:agera:1.4 .0'
21
21
```
22
22
23
23
Learn about Agera
@@ -40,11 +40,11 @@ A few experimental sample extension libraries for Agera are also provided. These
40
40
To add dependencies to these using Gradle:
41
41
42
42
```
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'
48
48
```
49
49
50
50
FAQ: What's the relation with RxJava?
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ include ':extensions:net'
22
22
include ' :testapp'
23
23
24
24
gradle. ext. versionCode = 10400
25
- gradle. ext. versionName = ' 1.4.0-SNAPSHOT '
25
+ gradle. ext. versionName = ' 1.4.0'
26
26
27
27
gradle. ext. bintrayRepo = ' Agera'
28
28
gradle. ext. bintrayName = ' agera'
You can’t perform that action at this time.
0 commit comments