Skip to content

Commit

Permalink
Merge pull request #44 from cb-amutha/bugfix/dev_release_v1.0.6
Browse files Browse the repository at this point in the history
(Fix)[Updated version and readme file]
  • Loading branch information
cb-amutha committed Jul 19, 2022
2 parents 79c3d18 + 51e273c commit 4d9b7a4
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.6'
implementation 'com.chargebee:chargebee-android:1.0.7'
```

## Example project
Expand Down Expand Up @@ -327,7 +327,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.6'
implementation 'com.chargebee:chargebee-android:1.0.7'
```
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.6"
versionName "1.0.7"

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

0 comments on commit 4d9b7a4

Please sign in to comment.