Skip to content

Commit 07d8f71

Browse files
committed
increase version code
1 parent 7f8086d commit 07d8f71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tooltips/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/tomergoldst/tooltips'
1414
gitUrl = 'https://github.com/tomergoldst/tooltips.git'
1515

16-
libraryVersion = '1.0.10'
16+
libraryVersion = '1.0.11'
1717

1818
developerId = 'tomergoldst'
1919
developerName = 'Tomer Goldstein'
@@ -30,8 +30,8 @@ android {
3030
defaultConfig {
3131
minSdkVersion 14
3232
targetSdkVersion 28
33-
versionCode 11
34-
versionName "1.0.10"
33+
versionCode 12
34+
versionName "1.0.11"
3535
}
3636
buildTypes {
3737
release {

0 commit comments

Comments
 (0)