1 parent 7f8086d commit 07d8f71Copy full SHA for 07d8f71
1 file changed
tooltips/build.gradle
@@ -13,7 +13,7 @@ ext {
13
siteUrl = 'https://github.com/tomergoldst/tooltips'
14
gitUrl = 'https://github.com/tomergoldst/tooltips.git'
15
16
- libraryVersion = '1.0.10'
+ libraryVersion = '1.0.11'
17
18
developerId = 'tomergoldst'
19
developerName = 'Tomer Goldstein'
@@ -30,8 +30,8 @@ android {
30
defaultConfig {
31
minSdkVersion 14
32
targetSdkVersion 28
33
- versionCode 11
34
- versionName "1.0.10"
+ versionCode 12
+ versionName "1.0.11"
35
}
36
buildTypes {
37
release {
0 commit comments