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 37afd5f commit a2d41dcCopy full SHA for a2d41dc
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.2.1'
+ libraryVersion = '1.2.2'
17
18
developerId = 'developerId'
19
developerName = 'Ishaan Garg'
@@ -30,8 +30,8 @@ android {
30
defaultConfig {
31
minSdkVersion 15
32
targetSdkVersion 26
33
- versionCode 7
34
- versionName "1.2.1"
+ versionCode 8
+ versionName "1.2.2"
35
vectorDrawables.useSupportLibrary = true
36
37
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
0 commit comments