Skip to content

Commit 794dfe9

Browse files
authored
Update README.md
1 parent cd773d8 commit 794dfe9

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

README.md

+6-17
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,19 @@ Android 14.0+ support
1717
If you are a Maven user you can easily include the library by specifying it as
1818
a dependency:
1919

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-
```
2920
#### Gradle
3021
```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
3822
repositories {
3923
maven{
40-
url "https://dl.bintray.com/infideap2/Block-EditText"
24+
maven { url 'https://jitpack.io' }
4125
}
4226
}
4327
```
28+
```groovy
29+
dependencies {
30+
implementation 'com.github.shiburagi:BlockEditText:v0.2'
31+
}
32+
```
4433

4534
**or**,
4635
you can include it by **download this project** and **import /blockedittext** as **module**.

0 commit comments

Comments
 (0)