diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 3185a4202..000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,41 +0,0 @@ -# Made with love -# -# This is the configuration file for the labeler action -# for more example in setting this file or informations about -# the labeler action, see: -# https://github.com/actions/labeler -# -# If you want to use it in your project, you will simply need: -# 1 - commit this config file to your repository into the '.github' folder. -# 2 - commit the 'labeler.yml' action file into the '.github/workflows' folder. -# -# You will probably need to modify the labels, or their targets. -# - - -# Add 'Github' label to any git file changes within the source dir -Github: -- .github/**/* - -# Add 'Automation' label to any file changes within scripts or workflows dir -Automation: -- .github/scripts/**/* -- .github/workflows/**/* - -# Add 'Core' label to any change within the 'core' package -Core: -- app/src/main/java/**/* - -# Add 'Fastlane' label to any change within the 'play' folder and subfolder(s) -Fastlane: -- fastlane/**/* - -# Add 'Gradle wrapper' label to any change within the 'gradle' folder and subfolder -Gradle wrapper: -- gradle/wrapper/**/* - -# Add 'Translation` label to any change to strings.xml files as long as the English strings.xml file hasn't changed -Translation: -- any: ['app/src/**/strings.xml'] - all: ['!app/src/main/res/values/strings.xml'] - diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 8abcb3462..000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,36 +0,0 @@ -# Made with love -# -# This workflow uses actions that are not certified by GitHub. -# -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -# see https://github.com/actions/labeler -# for more informations -# -# For most projects, this workflow file will not need changing; you simply need: -# 1 - commit this file to your repository into the '.github/workflows' folder. -# 2 - commit the 'labeler.yml' configuration file into the '.github' folder. -# -# You probably want to add, replace or delete labels, -# remember to check this configuration file. -# - -name: "Pull Request Labeler" -on: -- pull_request_target - -jobs: - triage: - permissions: - contents: read - pull-requests: write - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v5 - with: - # Check if you have enabled tokens for your repository - repo-token: "${{ secrets.GITHUB_TOKEN }}" - # This removes the label if the change(s) are undone in the PR - sync-labels: true - diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index e016439ec..e3ef54f00 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 5, - "versionName": "1.4", + "versionCode": 41, + "versionName": "10.0", "outputFile": "app-release.apk" } ],