Files
capod/gradle.properties
T
darken fc9bcafae9 feat(screenshots): Set up localized Play Store screenshot pipeline
- Add Compose screenshot test infrastructure (build config, screenshotTest source set)

- Add 7 localized screenshots covering all key app screens

- Device spec set to Pixel 8 (1080x2400, 428dpi); batch size 4 for 1080p memory budget

- Add screen title heading and fix appearance card header layout in WidgetConfigurationScreen

- Balance padding on requires-Pro notice in widget config bottom bar
2026-02-25 22:57:34 +01:00

12 lines
435 B
Properties

# Project-wide Gradle settings.
org.gradle.jvmargs=-Xmx8g -Dfile.encoding=UTF-8
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Required by androidx.navigation.safeargs plugin
android.useAndroidX=true
# Temporary AGP 9 opt-outs (must migrate before AGP 10)
android.builtInKotlin=false
android.newDsl=false
# Compose Preview Screenshot Testing
android.experimental.enableScreenshotTest=true