Skip to content

Commit

Permalink
fix: wrong color of fdroid app icon (WPB-7287) (#2886)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohamad Jaara <[email protected]>

(cherry picked from commit 480a5a6)
  • Loading branch information
e-lisa authored and MohamadJaara committed Apr 18, 2024
1 parent 8225178 commit 0d7d034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ android {
sourceSets {
// Add the "foss" sourceSets for the fdroid flavor
if(fdroidBuild) {
getByName("main") {
getByName("fdroid") {
java.srcDirs("src/foss/kotlin", "src/prod/kotlin")
resources.srcDirs("src/prod/res")
res.srcDirs("src/prod/res")
println("Building with FOSS sourceSets")
}
// For all other flavors use the "nonfree" sourceSets
Expand Down

0 comments on commit 0d7d034

Please sign in to comment.