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

Gradle upgrade #27

Merged
merged 4 commits into from
Feb 9, 2024
Merged

Gradle upgrade #27

merged 4 commits into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    546f432 View commit details
    Browse the repository at this point in the history
  2. Fixed deprecated lines in gradle. Set signing config of debug build t…

    …o use debug signing config (not sure if this is the right way, but it builds locally).
    oxters168 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    06b1793 View commit details
    Browse the repository at this point in the history
  3. Removed previously added signing config line in the debug config in g…

    …radle. Removed if statement surrounding signing configs so that the release signing config would still exist even if not used and so that github hopefully does not error out.
    oxters168 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    78c60ad View commit details
    Browse the repository at this point in the history
  4. Added back in the if statement for the release config, but this time …

    …within the release config itself so that it would still exist even if the values inside do not
    oxters168 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    88677a0 View commit details
    Browse the repository at this point in the history