diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e5ec0f --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# Auto Dimension +Auto Dimension + +[![](https://jitpack.io/v/hantrungkien/AutoDimension.svg)](https://jitpack.io/#hantrungkien/AutoDimension) + +### install: + +**via JitPack (to get current code)** + +project/build.gradle +````gradle +allprojects { + repositories { + maven { url "https://jitpack.io" } + } +} +```` +module/build.gradle +````gradle +compile 'com.github.hantrungkien:AutoDimension:1.0.0' +```` + +#### How to use: + +````xml + + + +### Contribution + +If you've found an error, please file an issue. + +Patches and new samples are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub.