Loading mobile/android/fenix/app/build.gradle +1 −11 Original line number Diff line number Diff line Loading @@ -47,17 +47,7 @@ ext.getAbi = { output -> def isAppBundle = gradle.startParameter.taskNames.any { it.toLowerCase().contains("bundle") } def obtainTestBuildType() { def result = "debug"; if (project.hasProperty("testBuildType")) { result = project.getProperties().get("testBuildType") } result } android { testBuildType obtainTestBuildType() project.maybeConfigForJetpackBenchmark(it) if (project.hasProperty("testBuildType")) { // Allowing to configure the test build type via command line flag (./gradlew -PtestBuildType=beta ..) Loading Loading @@ -323,7 +313,7 @@ android.applicationVariants.configureEach { variant -> project.logger.debug("Build type: " + variant.buildType.name) project.logger.debug("Flavor: " + variant.flavorName) project.logger.debug("Telemetry enabled: " + !isDebugOrDCD) project.logger.debug("nimbusFml: " + System.getProperty("nimbusFml")) project.logger.debug("nimbusFml: " + providers.gradleProperty("nimbusFml").getOrNull()) if (useReleaseVersioning) { // The Google Play Store does not allow multiple APKs for the same app that all have the Loading Loading
mobile/android/fenix/app/build.gradle +1 −11 Original line number Diff line number Diff line Loading @@ -47,17 +47,7 @@ ext.getAbi = { output -> def isAppBundle = gradle.startParameter.taskNames.any { it.toLowerCase().contains("bundle") } def obtainTestBuildType() { def result = "debug"; if (project.hasProperty("testBuildType")) { result = project.getProperties().get("testBuildType") } result } android { testBuildType obtainTestBuildType() project.maybeConfigForJetpackBenchmark(it) if (project.hasProperty("testBuildType")) { // Allowing to configure the test build type via command line flag (./gradlew -PtestBuildType=beta ..) Loading Loading @@ -323,7 +313,7 @@ android.applicationVariants.configureEach { variant -> project.logger.debug("Build type: " + variant.buildType.name) project.logger.debug("Flavor: " + variant.flavorName) project.logger.debug("Telemetry enabled: " + !isDebugOrDCD) project.logger.debug("nimbusFml: " + System.getProperty("nimbusFml")) project.logger.debug("nimbusFml: " + providers.gradleProperty("nimbusFml").getOrNull()) if (useReleaseVersioning) { // The Google Play Store does not allow multiple APKs for the same app that all have the Loading