diff --git a/README.md b/README.md index 6a77a1a..fd6f25e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ root project:`build.gradle` app:`build.gradle` ```groovy dependencies { - // e.g. compile 'com.github.woxingxiao:VectorCompatTextView:1.0' + // e.g. compile 'com.github.woxingxiao:VectorCompatTextView:1.3' compile 'com.github.woxingxiao:VectorCompatTextView:${LATEST_VERSION}' } ``` @@ -46,5 +46,17 @@ app:`build.gradle` app:drawableRightCompat="@drawable/svg_ic_arrow_right" app:tintDrawableInTextColor="true"/> ``` +```xml + +``` # LICENSE [MIT](https://github.com/woxingxiao/VectorCompatTextView/blob/master/LICENSE)