Successfully modified file: /home/Messier82/projects/service-book/app/build.gradle.kts (1 replacements). Here is the updated code: ... */ val isScreenshotBuild = project.hasProperty("screenshotBuild") val testVariant = if (isScreenshotBuild) "release" else "debug" val testVariantCap = testVariant.replaceFirstChar { it.uppercase() } // Configuration for Play Store screenshot generation. val screenshotTestPackage = "com.yorvana.screenshots" val screenshotDeviceOutputDir = "/sdcard/test-outputs/screenshots" val smokeDeviceOutputDir = "/sdcard/test-outputs/smoke" android { namespace = "com.yorvana" compileSdk = 36 defaultConfig { ...