mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
- 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
12 lines
435 B
Properties
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
|