Skip to content

Commit

Permalink
Merge pull request #74 from chargebee/release/v1.0.16
Browse files Browse the repository at this point in the history
Build release v1.0.19
  • Loading branch information
cb-amutha committed Jul 11, 2023
2 parents 15eef33 + 268d22c commit 36fbe5a
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.18'
implementation 'com.chargebee:chargebee-android:1.0.19'
```

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

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

0 comments on commit 36fbe5a

Please sign in to comment.