Skip to content

Commit

Permalink
Update SDK version name (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzanita09 authored Nov 6, 2019
1 parent 99f9871 commit a10b707
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This SDK uses the following libraries as dependencies:
## Installation
### Gradle
```groovy
implementation "com.ifttt:connect-button:2.0.0"
implementation "com.ifttt:connect-button:2.0.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions connect-button/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 28
versionCode 4
versionName "2.0.0"
versionCode 5
versionName "2.0.1"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion connect-button/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
siteUrl = 'https://github.com/IFTTT/ConnectSDK-Android'
gitUrl = 'https://github.com/IFTTT/ConnectSDK-Android.git'

libraryVersion = '2.0.0'
libraryVersion = '2.0.1'

developerId = 'lzanita09'
developerName = 'Zhe Lu'
Expand Down

0 comments on commit a10b707

Please sign in to comment.