Skip to content

Commit 0b7e43d

Browse files
author
Pouya Heydari
committed
Updated readme file
1 parent bac04ac commit 0b7e43d

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Persian Date Picker
22

3-
An easy to use Android library to pick a date.
3+
**An easy to use Android library to pick a date.**
44

55
[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16)
66
[![Build Status](https://travis-ci.org/SirLordPouya/PersianLinearDatePicker.svg?branch=master)](https://travis-ci.org/SirLordPouya/PersianLinearDatePicker)
@@ -13,9 +13,9 @@ An easy to use Android library to pick a date.
1313
</p>
1414

1515
You can set the minimum and maximum dates to be shown to the user. After user selects the desired
16-
date, you can get the year, month and day separator or joined together by any separator you like.
16+
date, you can get the year, month and day separated, or joined together by any separator character you like.
1717

18-
Also the numbers are shown in Persian by default to users.
18+
Also the numbers are shown in Persian characters by default to users.
1919

2020
<p align="center">
2121
<img src="https://github.com/SirLordPouya/PersianLinearDatePicker/blob/master/shots/Screenshot_3.png" width="450">
@@ -25,7 +25,7 @@ Also the numbers are shown in Persian by default to users.
2525

2626
### Library
2727

28-
This project is made by Kotlin and AndroidX completely and is not a forked or refactored code.
28+
This project is made in Kotlin and AndroidX.
2929

3030
### Current Functions
3131

@@ -79,7 +79,7 @@ Add PersianLinearDatePicker view to your xml:
7979
app:minYear="1320" />
8080
```
8181

82-
Note that maxYear and minYear are optional. If you dont set any values for minYear or maxYear,
82+
Note that maxYear and minYear are optional. If you don't set any values for minYear or maxYear,
8383
1320..1420 will be used as default values.
8484

8585
## License

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId = "com.pouyaheydari.persianlineardatepicker"
99
minSdk = 16
1010
targetSdk = 33
11-
versionCode = 140
12-
versionName = "1.4.0"
11+
versionCode = 150
12+
versionName = "1.5.0"
1313
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1414
}
1515
buildTypes {

lineardatepicker/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ publishing {
3737
register<MavenPublication>("release") {
3838
groupId = "com.pouyaheydari.lineardatepicker"
3939
artifactId = "lineardatepicker"
40-
version = "1.4.0"
40+
version = "1.5.0"
4141
afterEvaluate {
4242
from(components["release"])
4343
}

0 commit comments

Comments
 (0)