Skip to content

Commit

Permalink
Recorder: Add .dev suffix to debug build type configuration
Browse files Browse the repository at this point in the history
Change-Id: I317cf54fc1168eeb31bb2b5ad7d6fe62e86168a3
  • Loading branch information
SebaUbuntu authored and luk1337 committed Oct 3, 2023
1 parent 1c8070e commit 8c8858f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ android {
)
)
}
getByName("debug") {
// Append .dev to package name so we won't conflict with AOSP build.
applicationIdSuffix = ".dev"
}
}

compileOptions {
Expand Down

0 comments on commit 8c8858f

Please sign in to comment.