Skip to content
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

Signing with own release keys #4

Open
AkashRajpurohit opened this issue Oct 26, 2019 · 0 comments
Open

Signing with own release keys #4

AkashRajpurohit opened this issue Oct 26, 2019 · 0 comments

Comments

@AkashRajpurohit
Copy link

Firstly great walkthrough for setting up GitHub actions for flutter development.
I would like to point out one issue in it.

It works fine when you are releasing debug apk. So your build.gradle in /android/app/build.gradle on line 50

 release {
            // TODO: Add your own signing config for the release build.
            // Signing with the debug keys for now, so `flutter run --release` works.
            signingConfig signingConfigs.debug
        }

is like this where you are using debug keys.

But for release it would be better to sign the apk with our signing keys and create a small release apk instead of debug apk.

Is there any option to do this configuration?

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

No branches or pull requests

1 participant