Skip to content

Commit 20c50e6

Browse files
authored
Create README.md
1 parent f250f52 commit 20c50e6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# DynamicSizes_support
2+
3+
[![](https://jitpack.io/v/MrNouri/DynamicSizes_support.svg)](https://jitpack.io/#MrNouri/DynamicSizes_support)
4+
5+
New units of measure for support all of screen devices (MDP)<br>
6+
With this library, you can support almost 97% of screens
7+
8+
## Install library
9+
* ### Gradle
10+
Add jitpack.io to your root gradle file (project level) :
11+
```
12+
allprojects {
13+
repositories {
14+
...
15+
maven { url 'https://jitpack.io' }
16+
}
17+
}
18+
```
19+
Add the dependency in your app build.gradle
20+
```
21+
dependencies {
22+
implementation 'com.github.MrNouri:DynamicSizes_support:1.0_support'
23+
}
24+
```

0 commit comments

Comments
 (0)