We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a6ded commit f8046ccCopy full SHA for f8046cc
snap-time-picker/build.gradle
@@ -8,8 +8,8 @@ android {
8
defaultConfig {
9
minSdkVersion 18
10
targetSdkVersion 30
11
- versionCode 10001
12
- versionName "1.0.1"
+ versionCode 10002
+ versionName "1.0.2"
13
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
14
}
15
buildTypes {
@@ -57,7 +57,7 @@ ext {
57
siteUrl = 'https://github.com/akexorcist/Android-SnapTimePicker'
58
gitUrl = 'https://github.com/akexorcist/Android-SnapTimePicker.git'
59
60
- libraryVersion = '1.0.1'
+ libraryVersion = '1.0.2'
61
62
developerId = 'akexorcist'
63
developerName = 'Somkiat Khitwongwattana'
0 commit comments