vhontar / material-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material3 Calculator (Google Pixel app copy)

The app was created to use JetpackCompose, setup bitrise workflows (develop, staging, main) with github pull requests.

What development process is setup?

  • Github pull request;
  • Bitrise
    • PR from any branch to develop (runs lint checks and unit tests)
    • PR from develop to staging (runs lint checks, unit/instrumented tests, use Firebase App Distribution to provide a generated app for testers)
    • PR from staging to main (deploy an app to PlayMarket)

Light/Dark mode

About


Languages

Language:Kotlin 99.5%Language:Shell 0.5%