build: fixing debug build with wrong resources

This commit is contained in:
LucasGGamerM
2023-04-29 16:38:14 -03:00
parent 5366c92b4d
commit 9d09a904ab
29 changed files with 543 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ android {
setRoot "src/github"
}
debug {
setRoot "src/github"
setRoot "src/debug"
}
}
namespace 'org.joinmastodon.android'