Skip to content

Commit a8da3d0

Browse files
committed
Upgrade version
1 parent 9c624f9 commit a8da3d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Powerful country picker for Android.
2525
Add in in your app module level build.gradle
2626
```
2727
dependencies {
28-
implementation 'com.github.EhsanMashhadi:CountryPicker:0.3.0'
28+
implementation 'com.github.EhsanMashhadi:CountryPicker:0.4.0'
2929
}
3030
```
3131
## How to use

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdkVersion 17
1111
targetSdkVersion 28
1212
versionCode 1
13-
versionName "0.3.0"
13+
versionName "0.4.0"
1414
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1515
}
1616

0 commit comments

Comments
 (0)