diff --git a/README.md b/README.md index 9aee583..da8316b 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.16' +implementation 'com.chargebee:chargebee-android:1.0.17' ``` ## Example project @@ -403,7 +403,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.16' + implementation 'com.chargebee:chargebee-android:1.0.17' ``` Example project --------------- diff --git a/chargebee/build.gradle b/chargebee/build.gradle index 1e520f8..564fb9c 100644 --- a/chargebee/build.gradle +++ b/chargebee/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 21 targetSdkVersion 30 versionCode 1 - versionName "1.0.16" + versionName "1.0.17" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro"