Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 committed Sep 5, 2024
1 parent b3875d6 commit fa41242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/stripe_setup
- name: Upload Financial Connections example release bundle to Emerge
- name: Upload Payment Sheet example release bundle to Emerge
run: ./gradlew :paymentsheet-example:emergeUploadReleaseAab
env:
EMERGE_API_KEY: ${{ secrets.EMERGE_API_KEY }}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {
id 'com.google.devtools.ksp' version '1.9.22-1.0.17' apply false
id 'dev.drewhamilton.poko' version '0.15.2' apply false
id 'org.jetbrains.kotlin.jvm' version '1.9.22' apply false
id 'com.emergetools.android' version '4.0.0-beta02' apply false
id 'com.emergetools.android' version '4.0.0' apply false
}

apply plugin: "io.gitlab.arturbosch.detekt"
Expand Down

0 comments on commit fa41242

Please sign in to comment.