Files
harheimertc/android-app/gradle.properties
Torsten Schulz (local) f822fc8a8e
All checks were successful
Code Analysis and Production Deploy / analyze (push) Successful in 7m8s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Successful in 1m57s
feat: update typography styles and enhance text appearance in navigation components
2026-05-30 00:46:00 +02:00

25 lines
865 B
Properties

# Using AGP 9.2.1 defaults
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8
org.gradle.workers.max=2
# Local API base URL for running the app from Android Studio / Gradle
LOCAL_API_BASE_URL=https://harheimertc.tsschulz.de/
# Production backend for Play Store build variant
PRODUCTION_API_BASE_URL=https://harheimertc.de/
# Android app versioning for Play Store uploads
ANDROID_VERSION_CODE=5
ANDROID_VERSION_NAME=0.9.0
# Enable R8 for release by default so mapping.txt is generated for Play Console.
RELEASE_MINIFY_ENABLED=true
# Release signing (set in local, untracked gradle.properties or via CI secrets)
# RELEASE_STORE_FILE=/absolute/path/to/keystore.jks
# RELEASE_STORE_PASSWORD=***
# RELEASE_KEY_ALIAS=***
# RELEASE_KEY_PASSWORD=***
# Build and collect Play Store upload artifacts:
# ./gradlew :app:collectPlayStoreArtifacts