diff --git a/README.md b/README.md index 93b6bc5..16bc647 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 --------------- diff --git a/chargebee/build.gradle b/chargebee/build.gradle index 106cb7c..9ecd994 100644 --- a/chargebee/build.gradle +++ b/chargebee/build.gradle @@ -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"