Skip to content

Commit

Permalink
updated build version
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Apr 20, 2020
1 parent 4b76255 commit 4040dc7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {
- **App level `build.gradle`**
```gradle
dependencies {
implementation 'com.poovam:pin-edittext-field:1.2.1'
implementation 'com.poovam:pin-edittext-field:1.2.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'kotlin-android-extensions'
ext {
PUBLISH_GROUP_ID = 'com.poovam'
PUBLISH_ARTIFACT_ID = 'pin-edittext-field'
PUBLISH_VERSION = '1.2.1'
PUBLISH_VERSION = '1.2.3'
}

android {
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
api 'com.poovam:pin-edittext-field:1.2.1'
api 'com.poovam:pin-edittext-field:1.2.3'
//api project(':app') //for library development purpose please ignore this line
}
2 changes: 1 addition & 1 deletion sample/src/main/res/layout/activity_sample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<com.poovam.pinedittextfield.LinePinField
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:inputType="text"
android:inputType="textPassword"
android:textSize="16sp"
android:textSelectHandle="@drawable/text_handle"
app:isCursorEnabled="true"
Expand Down

0 comments on commit 4040dc7

Please sign in to comment.