-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: remove override android-34 on release CI
- Loading branch information
Showing
2 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |