Skip to content

Commit

Permalink
release:[hyperswitch-gradle-plugin,hyperswitch-sdk-android]
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragKV-Juspay committed Nov 12, 2024
1 parent 2fb9609 commit 26b8a7e
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,21 @@ jobs:
rm -rf thyperswitch-client-core
rm -rf android
rm -rf ios
cat > react-native.config.js << 'EOL'
module.exports = {
assets: ['./assets/fonts/'],
project: {
android: {
appName: 'demoapp',
},
},
};
EOL
# cat > react-native.config.js << 'EOL'
# module.exports = {
# assets: ['./assets/fonts/'],
# project: {
# android: {
# appName: 'demoapp',
# },
# },
# };
# EOL
echo "Directory structure after setup:"
ls
mv hyperswitch-sdk-android android
ls
# Install dependencies using yarn
npm i
Expand Down

0 comments on commit 26b8a7e

Please sign in to comment.