Skip to content

Commit

Permalink
update gradle min-sdk from 19 --> 15
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAzaz committed May 18, 2019
1 parent 65860ab commit 6a4a5c8
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
3 changes: 3 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
Now, add the dependency in app.gradle:
```sh
dependencies {
implementation 'com.github.AliAzaz:Edittext-Library:1.0.0'
implementation 'com.github.AliAzaz:Edittext-Library:1.0.1'
}
```
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "com.edittextpicker.aliazaz.edittextpicker"
minSdkVersion 19
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName "1.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
android:layout_marginStart="8dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="8dp"
android:digits="0123456789-"
android:hint="##-##-####"
android:inputType="number"
android:textColor="@color/colorPrimary"
Expand Down
6 changes: 3 additions & 3 deletions edittextpicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ android {


defaultConfig {
minSdkVersion 19
targetSdkVersion 26
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName "1.0.1"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 6a4a5c8

Please sign in to comment.