Skip to content

Commit a02abe7

Browse files
Feat :
- redme.md update
1 parent 0592401 commit a02abe7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Getting Started
99
------------------------
10-
CustomEdittextOulinedBorder is a small kotlin library. It's same as Material Design Outlined Box but it's with some dynamic feature for error display, different stroke color, with hint and lable.
10+
CustomEditTextOulinedBorder is a small kotlin library. It's same as Material Design Outlined Box but it's with some dynamic feature for error display, dynamic stroke color, dynamic lable color, lable and hint both in EditText.
1111

1212
### Gradle Dependency
1313
* Add the JitPack repository to your project's build.gradle file
@@ -25,7 +25,7 @@ allprojects {
2525

2626
```
2727
dependencies {
28-
implementation 'com.github.simformsolutions:CustomEditTextOutLineBorder:1.0.0'
28+
implementation 'com.github.simformsolutions:CustomEditTextOutLineBorder:1.0.2'
2929
}
3030
```
3131

@@ -50,7 +50,7 @@ dependencies {
5050

5151
* Example
5252
```
53-
<shweta.com.customedittextoutlinedborder.CustomComponent
53+
<simform.com.customedittextoutlinedborder.CustomComponent
5454
android:id="@+id/edtAbout"
5555
android:layout_width="0dp"
5656
android:layout_height="wrap_content"

customedittextoutlinedborder/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def githubProperties = new Properties()
3838
githubProperties.load(new FileInputStream(rootProject.file("github.properties")))
3939

4040
def getVersionName = { ->
41-
return "1.0.0" // Replace with version Name
41+
return "1.0.2" // Replace with version Name
4242
}
4343

4444
def getArtificatId = { ->

0 commit comments

Comments
 (0)