From 417309c92296ade5a862455d0094e2e25e4dc35d Mon Sep 17 00:00:00 2001 From: Tom Hempel Date: Sun, 5 Jul 2026 20:23:17 +0200 Subject: [PATCH] new apk --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a72b2b1..2b0f1da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -# Built output +# Built output (except release APKs) build/ +!app/build/outputs/apk/release/*.apk .gradle/ # Local config (machine-specific)