Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Sep 3, 2023
1 parent c0d355a commit 6ad7c3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Prepare Env
run: |
echo "android.useAndroidX=true" >> gradle.properties
echo "android.enableJetifier=true" >> gradle.properties
- name: Build with Gradle
run: ./gradlew build
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
BANJEN_ADS_UNIT_ID_BANNER: ${{ secrets.BANJEN_ADS_UNIT_ID_BANNER }}
BANJEN_ADMOB_APP_ID: ${{ secrets.BANJEN_ADMOB_APP_ID }}
run: |
run: |
echo "android.useAndroidX=true" >> gradle.properties
echo "android.enableJetifier=true" >> gradle.properties
base64 -d <<< $KEY > app/key.keystore
echo $BANJEN_SIGN_PWD >> gradle.properties
echo $BANJEN_SIGN_ALIAS >> gradle.properties
Expand Down

0 comments on commit 6ad7c3d

Please sign in to comment.