diff --git a/README.md b/README.md index b28727b..c119d3b 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.12' +implementation 'com.chargebee:chargebee-android:1.0.13' ``` ## Example project @@ -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 --------------- diff --git a/chargebee/build.gradle b/chargebee/build.gradle index 6c1e3eb..7693910 100644 --- a/chargebee/build.gradle +++ b/chargebee/build.gradle @@ -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"