Skip to content

Commit 26267a1

Browse files
committed
Version bump
1 parent e64e2ba commit 26267a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fadingtextview/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/rosenpin/FadingTextView'
1414
gitUrl = 'https://github.com/rosenpin/FadingTextView.git'
1515

16-
libraryVersion = '1.0'
16+
libraryVersion = '1.1'
1717

1818
developerId = 'rosenpin'
1919
developerName = 'Tomer Rosenfeld'
@@ -31,8 +31,8 @@ android {
3131
defaultConfig {
3232
minSdkVersion 15
3333
targetSdkVersion 25
34-
versionCode 1
35-
versionName "1.0"
34+
versionCode 2
35+
versionName "1.1"
3636

3737
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3838

0 commit comments

Comments
 (0)