File tree 1 file changed +6
-17
lines changed
1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -17,30 +17,19 @@ Android 14.0+ support
17
17
If you are a Maven user you can easily include the library by specifying it as
18
18
a dependency:
19
19
20
- #### Maven
21
- ``` xml
22
- <dependency >
23
- <groupId >com.infideap.blockedittext</groupId >
24
- <artifactId >block-edittext</artifactId >
25
- <version >0.3.1</version >
26
- <type >pom</type >
27
- </dependency >
28
- ```
29
20
#### Gradle
30
21
``` groovy
31
- dependencies {
32
- implementation 'com.infideap.blockedittext:block-edittext:0.3.1'
33
- }
34
- ```
35
-
36
- if ** the gradle unable to sync** , you may include this line in project level gradle,
37
- ``` groovy
38
22
repositories {
39
23
maven{
40
- url " https://dl.bintray.com/infideap2/Block-EditText"
24
+ maven { url ' https://jitpack.io' }
41
25
}
42
26
}
43
27
```
28
+ ``` groovy
29
+ dependencies {
30
+ implementation 'com.github.shiburagi:BlockEditText:v0.2'
31
+ }
32
+ ```
44
33
45
34
** or** ,
46
35
you can include it by ** download this project** and ** import /blockedittext** as ** module** .
You can’t perform that action at this time.
0 commit comments