We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a23c3 commit a11d4ceCopy full SHA for a11d4ce
proswipebutton/build.gradle
@@ -13,7 +13,7 @@ ext {
13
siteUrl = 'https://github.com/shadowfaxtech/proSwipeButton'
14
gitUrl = 'https://github.com/shadowfaxtech/proSwipeButton.git'
15
16
- libraryVersion = '1.0.1'
+ libraryVersion = '1.0.2'
17
18
developerId = 'developerId'
19
developerName = 'Ishaan Garg'
@@ -30,8 +30,8 @@ android {
30
defaultConfig {
31
minSdkVersion 15
32
targetSdkVersion 26
33
- versionCode 2
34
- versionName "1.0.1"
+ versionCode 3
+ versionName "1.0.2"
35
vectorDrawables.useSupportLibrary = true
36
37
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
0 commit comments