Skip to content

Commit 9849c5e

Browse files
committed
1. Added Time Picker Fragment class for selecting time.
2. Resolved issues with ProgressButton while using in lower versions of android. 3. Updated library version.
1 parent 22d0cac commit 9849c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 19
1212
targetSdkVersion 28
13-
versionCode 32 // this indicates the number of releases of library
14-
versionName "1.3.4" // this indicates the current version of library
13+
versionCode 33 // this indicates the number of releases of library
14+
versionName "1.3.5" // this indicates the current version of library
1515
}
1616

1717
buildTypes {

0 commit comments

Comments
 (0)