Skip to content

Commit 9d0b7e0

Browse files
committed
Fix snapshot deploy by downloading Samsung IAP AAR
1 parent 651026f commit 9d0b7e0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ jobs:
481481
- android/restore_build_cache:
482482
cache_prefix: v1a
483483
- prepare-signing-key
484+
- run:
485+
name: Download Samsung IAP SDK AAR
486+
command: |
487+
./gradlew downloadSamsungIapAar --no-daemon
484488
- run:
485489
name: Deployment
486490
command: |

0 commit comments

Comments
 (0)