Skip to content

Commit 307ef46

Browse files
committed
Merge branch 'main' into survey-indicator
2 parents 1290ab6 + 023bfd2 commit 307ef46

26 files changed

+146
-408
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sourceSets{
3535
srcDirs("src")
3636
}
3737
resources{
38-
srcDirs("resources", listOf("languages", "fonts", "theme").map { "../build/shared/lib/$it" })
38+
srcDirs("resources", listOf("fonts", "theme").map { "../build/shared/lib/$it" })
3939
}
4040
}
4141
test{

0 commit comments

Comments
 (0)