Skip to content

Commit

Permalink
fix: multiple callback issue (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-pravinrajmohan authored Dec 12, 2023
1 parent b0ab4d8 commit 0059f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release package
if: github.ref == 'refs/heads/master'
run: npm run release -- --ci --dry-run -VV
run: npm run release -- --ci -VV
env:
NPM_TOKEN: ${{ secrets.RN_SDK_NPM_WRITE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.chargebee:chargebee-android:1.2.0'
implementation 'com.chargebee:chargebee-android:1.2.1'
implementation 'com.android.billingclient:billing-ktx:5.2.1'
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
}
Expand Down

0 comments on commit 0059f15

Please sign in to comment.