Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Sep 18, 2023
2 parents a6bde0e + a6144a7 commit aaffef7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,8 @@ jobs:
GOOGLE_PLAY_SERVICE_ACCOUNT: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }}
run: echo "$GOOGLE_PLAY_SERVICE_ACCOUNT" > google-play-service-account.json

- name: Save keystore credentials
- name: Build apk with fastlane
run: bundle exec fastlane prod
env:
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_STORE_PASSWORD }}
KEY_PASSWORD: ${{ secrets.KEYSTORE_KEY_PASSWORD }}
run: |
export KEYSTORE_PASSWORD=$KEYSTORE_PASSWORD
export KEY_PASSWORD=$KEY_PASSWORD
- name: Build apk with fastlane
run: bundle exec fastlane prod
KEY_PASSWORD: ${{ secrets.KEYSTORE_KEY_PASSWORD }}
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: "org.jetbrains.kotlin.plugin.parcelize"
android {

namespace 'io.github.sds100.keymapper'
compileSdkVersion 33
compileSdk 33
buildToolsVersion = '33.0.1'

def versionProperties = new Properties()
Expand Down

0 comments on commit aaffef7

Please sign in to comment.