Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNouri committed Jul 28, 2019
1 parent f250f52 commit 20c50e6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# DynamicSizes_support

[![](https://jitpack.io/v/MrNouri/DynamicSizes_support.svg)](https://jitpack.io/#MrNouri/DynamicSizes_support)

New units of measure for support all of screen devices (MDP)<br>
With this library, you can support almost 97% of screens

## Install library
* ### Gradle
Add jitpack.io to your root gradle file (project level) :
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Add the dependency in your app build.gradle
```
dependencies {
implementation 'com.github.MrNouri:DynamicSizes_support:1.0_support'
}
```

0 comments on commit 20c50e6

Please sign in to comment.