File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## Version 0.3.2 (2016-05-27 )
3
+ ## Version 0.3.2-rc1 (2016-06-13 )
4
4
5
- #### Supports: AutoValue: 1.2
5
+ #### Supports: AutoValue: 1.3-rc1
6
6
7
+ * Updates extension to support AutoValue 1.3-rc1
7
8
* Removes final modifier from AutoValueGsonAdapterFactory.
8
9
9
10
## Version 0.3.1 (2016-05-17)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ also generates an `AutoValueGsonTypeAdapterFactory` class which you can register
38
38
Add a Gradle dependency:
39
39
40
40
``` groovy
41
- apt 'com.ryanharter.auto.value:auto-value-gson:0.3.2'
41
+ apt 'com.ryanharter.auto.value:auto-value-gson:0.3.2-rc1 '
42
42
```
43
43
44
44
(Using the [ android-apt] ( https://bitbucket.org/hvisser/android-apt ) plugin)
Original file line number Diff line number Diff line change 1
1
GROUP =com.ryanharter.auto.value
2
- VERSION_NAME =0.3.2
2
+ VERSION_NAME =0.3.2-rc1
3
3
4
4
POM_DESCRIPTION =AutoValue extension that creates a Gson TypeAdapterFactory
5
5
You can’t perform that action at this time.
0 commit comments