johncarl81 / parceler

:package: Android Parcelables made easy through code generation.

Home Page:http://parceler.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update gradle configuration's syntax on README.MD by adding new gradle 3.+ syntax.

DanielGunna opened this issue · comments

Would be apreciated if Android installation settings on README.MD could be incremented by using new gradle 3.+ syntax.

or Gradle:

implementation 'org.parceler:parceler-api:1.1.11'
annotationProcessor 'org.parceler:parceler:1.1.11'