Skip to content

Commit

Permalink
Fix: remove override android-34 on release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenwinch committed Jan 23, 2024
1 parent 60f2543 commit 360886d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Clean up build artifacts
if: startsWith(github.ref, 'refs/tags/')
Expand Down
33 changes: 21 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
*.iml
# Gradle cache
.gradle

# Generated
/build

# IDEA/Android Studio project files, because
# the project can be imported from settings.gradle.kts
*.iml
.idea/*
!.idea/copyright
# Keep the code styles.
!/.idea/codeStyles
/.idea/codeStyles/*
!/.idea/codeStyles/Project.xml
!/.idea/codeStyles/codeStyleConfig.xml
!.idea/icon.png

# Local configuration file (sdk path, etc)
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml

# I don't know what are these
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
keystore.jks
keystore.jks.base64.txt
.cxx

0 comments on commit 360886d

Please sign in to comment.