We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c624f9 commit a8da3d0Copy full SHA for a8da3d0
README.md
@@ -25,7 +25,7 @@ Powerful country picker for Android.
25
Add in in your app module level build.gradle
26
```
27
dependencies {
28
- implementation 'com.github.EhsanMashhadi:CountryPicker:0.3.0'
+ implementation 'com.github.EhsanMashhadi:CountryPicker:0.4.0'
29
}
30
31
## How to use
library/build.gradle
@@ -10,7 +10,7 @@ android {
10
minSdkVersion 17
11
targetSdkVersion 28
12
versionCode 1
13
- versionName "0.3.0"
+ versionName "0.4.0"
14
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
15
16
0 commit comments