Comparar commits
3 Commits
| Autor | SHA1 | Fecha | |
|---|---|---|---|
|
e0fcdde248
|
|||
|
8e9057f39a
|
|||
|
a75f7f2d52
|
@@ -8,9 +8,10 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: build-apk
|
||||
image: gradle:8.13.0-jdk21
|
||||
image: registry.manalejandro.com/android-build-box
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- ./gradlew assembleDebug
|
||||
- ./gradlew assembleDebug -Dorg.gradle.parallel=false -Dorg.gradle.daemon=false -Dorg.gradle.configureondemand=false
|
||||
- mkdir dist/ && cp app/build/outputs/apk/debug/app-debug.apk dist/location.apk
|
||||
when:
|
||||
event:
|
||||
|
||||
7
.gitignore
vendido
7
.gitignore
vendido
@@ -1,12 +1,7 @@
|
||||
*.iml
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea/caches
|
||||
/.idea/libraries
|
||||
/.idea/modules.xml
|
||||
/.idea/workspace.xml
|
||||
/.idea/navEditor.xml
|
||||
/.idea/assetWizardSettings.xml
|
||||
/.idea
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
|
||||
Referencia en una nueva incidencia
Block a user