From a75f7f2d52d42960287afd4c0f15c70f6919f68c Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 22 Jul 2025 02:13:03 +0200 Subject: [PATCH] v1.0.2 Signed-off-by: ale --- .drone.yml | 2 +- .gitignore | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7a4e503..a26c6e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build-apk - image: gradle:8.13.0-jdk21 + image: android-build-box commands: - ./gradlew assembleDebug - mkdir dist/ && cp app/build/outputs/apk/debug/app-debug.apk dist/location.apk diff --git a/.gitignore b/.gitignore index 23732d0..94ec37b 100644 --- a/.gitignore +++ b/.gitignore @@ -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