Skip to content

Commit

Permalink
Merge pull request #87 from cb-amutha/fix/release_build
Browse files Browse the repository at this point in the history
fix: release build issue
  • Loading branch information
cb-haripriyan authored Sep 7, 2023
2 parents cbab9b8 + 107d57a commit c721f27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.24'
implementation 'com.chargebee:chargebee-android:1.0.25'
```

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

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
2 changes: 1 addition & 1 deletion chargebee/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# keep the classes when optimizing the code
#-keep class com.chargebee.android.** { *;}
-keep class com.chargebee.android.** { *;}

0 comments on commit c721f27

Please sign in to comment.