-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates build tools #7
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add github worflows as it was done here: https://github.com/primer-io/primer-klarna-sdk-android/pull/5. Make sure to include ktlint plugin.
…ke.StringConcatFactory to proguard as specified in the missing_rules.txt output
.github/workflows/build.yml
Outdated
java-version: '17' | ||
|
||
- name: Build release version of the SDK | ||
run: ./gradlew clean assembleRelease |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add new line
No description provided.