Skip to content

Conversation

@manjunathnijaguna-fp
Copy link
Contributor

Purpose

Upload APK to firebase and add more github actions

Change summary

  1. Add Lint validation
  2. Add testcases validation on commit
  3. Upload release apk to Firebase with customised fields
  4. SDK release check before merging release branch to main.

<Validation in progress, PR is not ready completly yet>

run: |
RESPONSE=$(curl -s \
-H "Authorization: Bearer $GITHUB_TOKEN" \
https://api.github.com/repos/fingerprintjs/fingerprintjs-pro-android-private/releases/latest)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look right for me. As we're targeting main, we should fetch SDK from reposilite. WDYT?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexzfp As mentioned above in description, this is still not fully tested. Raised to validate it from Actions. I will revalidate it again as requested.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@manjunathnijaguna-fp could you convert PR to draft mode then?

Copy link
Contributor Author

@manjunathnijaguna-fp manjunathnijaguna-fp Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was afraid that the Draft mode won't trigger the actions. so i have created as PR and mentioned in Descrption.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it will

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants