From 645e4b96559ba4be93dabf77d51b3b8ae81b2d24 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 11 Sep 2026 15:15:17 +0200 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20.aab-Dateien=20zum=20.gitignore=20h?= =?UTF-8?q?inzu=20und=20aktualisiere=20die=20Android-Version=20auf=200.10.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ android-app/gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b264a21..62ae14e 100755 --- a/.gitignore +++ b/.gitignore @@ -94,6 +94,8 @@ dist /android-app/**/build/ /android-app/local.properties /android-app/gradle-local.properties +# Android Play Store / release artifacts are generated locally or in CI. +/android-app/**/*.aab # JVM Heap-Dumps sind lokale Diagnoseartefakte und dürfen nie ins Repository. *.hprof diff --git a/android-app/gradle.properties b/android-app/gradle.properties index db6024a..1a6a32a 100755 --- a/android-app/gradle.properties +++ b/android-app/gradle.properties @@ -8,8 +8,8 @@ LOCAL_API_BASE_URL=https://harheimertc.tsschulz.de/ PRODUCTION_API_BASE_URL=https://harheimertc.de/ # Android app versioning for Play Store uploads -ANDROID_VERSION_CODE=35 -ANDROID_VERSION_NAME=0.9.30 +ANDROID_VERSION_CODE=36 +ANDROID_VERSION_NAME=0.10.0 # Temporary hotfix: disable R8 minification for release to avoid Retrofit generic signature stripping. RELEASE_MINIFY_ENABLED=false