Skip to content

Commit

Permalink
Merge pull request #55 from chargebee/release/dev_release-v1.0.13
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
cb-amutha committed Nov 1, 2022
2 parents 42e4482 + 2948106 commit 7d1d179
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following requirements must be set up before installing Chargebee’s Androi
The `Chargebee-Android` SDK can be installed by adding below dependency to the `build.gradle` file:

```kotlin
implementation 'com.chargebee:chargebee-android:1.0.12'
implementation 'com.chargebee:chargebee-android:1.0.13'
```

## Example project
Expand Down Expand Up @@ -365,7 +365,7 @@ Chargebee is available under the [MIT license](https://opensource.org/licenses/M
To install Chargebee's Android SDK, add the following dependency to the build.gradle file.

```
implementation 'com.chargebee:chargebee-android:1.0.12'
implementation 'com.chargebee:chargebee-android:1.0.13'
```
Example project
---------------
Expand Down
2 changes: 1 addition & 1 deletion chargebee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0.12"
versionName "1.0.13"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 7d1d179

Please sign in to comment.