Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kishansinghpanwar committed Jan 4, 2021
2 parents c10a9e8 + 59f623d commit f9e1d4f
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# MultiDimens
Multiple dimension files for Mobile and Tablet
###### Multiple dimensions library for Mobile and Tablet

[![](https://jitpack.io/v/kishansinghpanwar/MultiDimens.svg)](https://jitpack.io/#kishansinghpanwar/MultiDimens)


To get this Library in your project :

Step 1. Add the JitPack repository to your build file
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Step 2. Add the dependency
```
dependencies {
implementation 'com.github.kishansinghpanwar:MultiDimens:v1.0'
}
```

0 comments on commit f9e1d4f

Please sign in to comment.