Skip to content

Commit

Permalink
English staging app name.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-signal committed Nov 9, 2019
1 parent 89c716f commit 5c0cf8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ android {
java.srcDirs = ['test/unitTest/java']
resources.srcDirs = ['test/unitTest/resources']
}
staging {
res.srcDirs = ['staging/res']
}

website.manifest.srcFile 'website/AndroidManifest.xml'
}
Expand Down
4 changes: 4 additions & 0 deletions staging/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="app_name">Signal Staging</string>
</resources>

0 comments on commit 5c0cf8c

Please sign in to comment.