Skip to content

Commit d79f201

Browse files
committed
Release 0.1.0-rc2
1 parent 07ccdaa commit d79f201

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
143143
To 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
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

0 commit comments

Comments
 (0)