Skip to content

Commit

Permalink
Merge pull request #98687 from m4gr3d/disable_swappy_requirement_for_…
Browse files Browse the repository at this point in the history
…as_debug_builds

Update the `production` build argument for Android Studio debug builds
  • Loading branch information
Repiteo committed Nov 12, 2024
2 parents 646cef2 + d699d4b commit cb411fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/java/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ android {
boolean devBuild = buildType == "dev"
boolean debugSymbols = devBuild
boolean runTests = devBuild
boolean productionBuild = !devBuild
boolean storeRelease = buildType == "release"
boolean productionBuild = storeRelease

def sconsTarget = flavorName
if (sconsTarget == "template") {
Expand Down

0 comments on commit cb411fa

Please sign in to comment.