Skip to content

Commit 4e4df9e

Browse files
Feat :
- custom edittext with outlined border
1 parent 1fe24cb commit 4e4df9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,21 @@ CustomEdittextOulinedBorder is a small kotlin library. It's same as Material Des
1212
### Gradle Dependency
1313
* Add the JitPack repository to your project's build.gradle file
1414

15+
```
1516
allprojects {
1617
repositories {
1718
...
1819
maven { url 'https://jitpack.io' }
1920
}
2021
}
22+
```
2123

2224
* Add the dependency in your app's build.gradle file
2325

26+
```
2427
dependencies {
2528
implementation 'com.github.ShwetaChauhan18:CustomEditTextOutLineBorder:1.0.0'
2629
}
30+
```
2731

2832

0 commit comments

Comments
 (0)