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

Provide constants file for gradle dependencies #286

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Feb 11, 2021

  1. Provide constants file for gradle dependencies

    This change introduces single constants.gradle file that contain
    all versions necessary for gradle dependencies used in different
    modules. The goal is to avoid copy/paste and have them controlled
    in one place.
    It also contain optimization inside gradle files, such as exclude
    not used properties, etc ...
    All tests are passed localy.
    Yurii Chernyshov committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    2558744 View commit details
    Browse the repository at this point in the history
  2. Fix version name / code for production

    Yurii Chernyshov committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    81529a7 View commit details
    Browse the repository at this point in the history