Skip to content

Commit

Permalink
Merge pull request #23 from Brijeshthummar02/Brijeshthummar02-patch-1
Browse files Browse the repository at this point in the history
qa_test removed
  • Loading branch information
jo-elimu authored Mar 2, 2025
2 parents 55e57e3 + 2304c45 commit 56808f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ android {
buildConfigField("String", "CONTENT_PROVIDER_APPLICATION_ID", '"ai.elimu.content_provider.debug"')
buildConfigField("String", "ANALYTICS_APPLICATION_ID", '"ai.elimu.analytics.debug"')
}
qa_test {
initWith debug
applicationIdSuffix ".test"
versionNameSuffix "-test"
manifestPlaceholders = [contentProviderApplicationId: "ai.elimu.content_provider.test"]
buildConfigField("String", "CONTENT_PROVIDER_APPLICATION_ID", '"ai.elimu.content_provider.test"')
buildConfigField("String", "ANALYTICS_APPLICATION_ID", '"ai.elimu.analytics.test"')
}
release {
minifyEnabled false
manifestPlaceholders = [contentProviderApplicationId: "ai.elimu.content_provider"]
Expand Down

0 comments on commit 56808f5

Please sign in to comment.