Skip to content

Commit

Permalink
Migrate to build KTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed Sep 19, 2023
1 parent 23a3adc commit dfa3a06
Show file tree
Hide file tree
Showing 8 changed files with 336 additions and 336 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Decrypt keystore
run: openssl aes-256-cbc -K ${{ secrets.encrypted_53968681344a_key }} -iv ${{ secrets.encrypted_53968681344a_iv }} -in _ci/keystore.jks.enc -out _ci/keystore.jks -d
- name: Extract version code
run: echo "VERSION_CODE=$(grep -o "^\s*versionCode\s\+[0-9]*" app/build.gradle | awk '{ print $2 }' | tr -d \''"\\')" >> $GITHUB_ENV
run: echo "VERSION_CODE=$(grep -o "^\s*versionCode\s\+[0-9]*" app/build.gradle.kts | awk '{ print $2 }' | tr -d \''"\\')" >> $GITHUB_ENV

- name: Build app release
env:
Expand Down
297 changes: 0 additions & 297 deletions app/build.gradle

This file was deleted.

Loading

0 comments on commit dfa3a06

Please sign in to comment.