File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed
Expand file tree Collapse file tree 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
1717If you are a Maven user you can easily include the library by specifying it as
1818a 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
3822repositories {
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** ,
4635you can include it by ** download this project** and ** import /blockedittext** as ** module** .
You can’t perform that action at this time.
0 commit comments