Skip to content

Commit

Permalink
Gallery: Add missing buildconfig for debug flavor
Browse files Browse the repository at this point in the history
Fixes [BUG] Build failing in c8513ae #378

Signed-off-by: IacobIonut01 <paulionut2003@gmail.com>
  • Loading branch information
IacobIonut01 committed Mar 24, 2024
1 parent c8513ae commit 8cf98bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ android {
applicationIdSuffix = ".debug"
versionNameSuffix = "-debug"
manifestPlaceholders["appProvider"] = "com.dot.gallery.debug.media_provider"
buildConfigField("Boolean", "ALLOW_ALL_FILES_ACCESS", allowAllFilesAccess)
buildConfigField(
"String",
"CONTENT_AUTHORITY",
Expand Down

0 comments on commit 8cf98bc

Please sign in to comment.