We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe24cb commit 4e4df9eCopy full SHA for 4e4df9e
README.md
@@ -12,17 +12,21 @@ CustomEdittextOulinedBorder is a small kotlin library. It's same as Material Des
12
### Gradle Dependency
13
* Add the JitPack repository to your project's build.gradle file
14
15
+```
16
allprojects {
17
repositories {
18
...
19
maven { url 'https://jitpack.io' }
20
}
21
22
23
24
* Add the dependency in your app's build.gradle file
25
26
27
dependencies {
28
implementation 'com.github.ShwetaChauhan18:CustomEditTextOutLineBorder:1.0.0'
29
30
31
32
0 commit comments