Skip to content

[ADDED] Product flavour to have debug vs prod build #125

[ADDED] Product flavour to have debug vs prod build

[ADDED] Product flavour to have debug vs prod build #125

name: "Validate Gradle Wrapper"
# The wrapper-validation action validates the checksums of all Gradle Wrapper JAR files
# present in the repository and fails if any unknown Gradle Wrapper JAR files are found.
# Source: https://github.com/gradle/actions?tab=readme-ov-file#the-wrapper-validation-action
on:
pull_request:
jobs:
gradle-validation:
name: "Validate"
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4