Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Faisal Alanzi
Nebulo
Commits
325cbd6e
Commit
325cbd6e
authored
Jan 08, 2021
by
Daniel Wolf
Browse files
Fix sourceset
parent
440a869b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
325cbd6e
...
...
@@ -59,7 +59,7 @@ android {
sourceSets
{
androidTest
.
assets
.
srcDirs
+=
files
(
"$projectDir/schemas"
.
toString
())
debug
.
assets
.
srcDirs
+=
files
(
"$projectDir/schemas"
.
toString
())
fdroidofficial
.
res
.
srcDirs
+=
"fdroid/res"
fdroidofficial
.
res
.
srcDirs
+=
"
src/
fdroid/res"
}
buildTypes
{
release
{
...
...
@@ -93,7 +93,7 @@ android {
buildConfigField
(
"Boolean"
,
"SHOW_ALL_SERVERS"
,
"false"
)
}
fdroidofficial
{
matchingFallbacks
=
[
'
default
'
]
matchingFallbacks
=
[
'
fdroid
'
]
dimension
"releaseChannel"
versionNameSuffix
"-adblock"
versionCode
77
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment