File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ dependencies {
4343
4444 //... other dependencies here
4545
46- provided 'com.github.aitorvs.auto-parcel:library:0.1.0-rc1 '
47- apt 'com.github.aitorvs.auto-parcel:compiler:0.1.0-rc1 '
46+ provided 'com.github.aitorvs.auto-parcel:library:0.1.0-rc2 '
47+ apt 'com.github.aitorvs.auto-parcel:compiler:0.1.0-rc2 '
4848}
4949```
5050
@@ -143,7 +143,7 @@ Parcel adapters are optional and the require the `ParcelTypeAdapter` runtime com
143143To use them just add to your gradle the following dependency.
144144
145145```
146- compile 'com.github.aitorvs.auto-parcel:adapter:0.1.0-rc1 '
146+ compile 'com.github.aitorvs.auto-parcel:adapter:0.1.0-rc2 '
147147```
148148
149149## Pitfalls
Original file line number Diff line number Diff line change 1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
1919
20- VERSION_NAME =0.1.0-rc2-SNAPSHOT
20+ VERSION_NAME =0.1.0-rc2
You can’t perform that action at this time.
0 commit comments