applying missing nightly build type config

This commit is contained in:
Adam Brown 2022-08-10 13:55:01 +01:00
parent 8df971bf7b
commit 7837252f5f
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ android {
} }
nightly { nightly {
initWith release initWith release
resValue "string", "app_name", "Element"
matchingFallbacks = ['release']
} }
release { release {
resValue "string", "app_name", "Element" resValue "string", "app_name", "Element"