Skip to content

Commit a11d4ce

Browse files
committed
bumped version to 1.0.2
1 parent 50a23c3 commit a11d4ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proswipebutton/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/shadowfaxtech/proSwipeButton'
1414
gitUrl = 'https://github.com/shadowfaxtech/proSwipeButton.git'
1515

16-
libraryVersion = '1.0.1'
16+
libraryVersion = '1.0.2'
1717

1818
developerId = 'developerId'
1919
developerName = 'Ishaan Garg'
@@ -30,8 +30,8 @@ android {
3030
defaultConfig {
3131
minSdkVersion 15
3232
targetSdkVersion 26
33-
versionCode 2
34-
versionName "1.0.1"
33+
versionCode 3
34+
versionName "1.0.2"
3535
vectorDrawables.useSupportLibrary = true
3636

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

0 commit comments

Comments
 (0)