Skip to content

Commit

Permalink
Merge pull request #53 from cb-amutha/fix/release-v1.0.11
Browse files Browse the repository at this point in the history
[Update](Readme file)
  • Loading branch information
cb-amutha committed Sep 12, 2022
2 parents 92670a0 + 1c2498a commit 84a79c1
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.10'
implementation 'com.chargebee:chargebee-android:1.0.11'
```

## 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.10'
implementation 'com.chargebee:chargebee-android:1.0.11'
```
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.10"
versionName "1.0.11"

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

0 comments on commit 84a79c1

Please sign in to comment.