Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Add QA package suffix #1249

Merged
merged 1 commit into from
May 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ android {
debug {
signingConfig = signingConfigs["debug"]
versionNameSuffix = "-dev"
applicationIdSuffix = ".debug"

buildConfigField("String", "TRAKT_CLIENT_ID", "\"" + propOrDef("TIVI_DEBUG_TRAKT_CLIENT_ID", "TIVI_TRAKT_CLIENT_ID", "") + "\"")
buildConfigField("String", "TRAKT_CLIENT_SECRET", "\"" + propOrDef("TIVI_DEBUG_TRAKT_CLIENT_SECRET", "TIVI_TRAKT_CLIENT_SECRET", "") + "\"")
Expand Down Expand Up @@ -133,6 +132,7 @@ android {
// This is a build with Chucker enabled
proguardFiles("proguard-rules-chucker.pro")
versionNameSuffix = "-qa"
applicationIdSuffix = ".qa"
}

create("standard") {
Expand Down
Binary file modified release/google-services.gpg
Binary file not shown.