Skip to content

Commit

Permalink
Fixed Child English Build settings plist
Browse files Browse the repository at this point in the history
  • Loading branch information
KaMpErTuGa committed Sep 22, 2017
1 parent 941d5fe commit 411a930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ android {
versionCode 1
versionName '1.0'
resValue "string", "app_name", "onecourse - Child (english)"
buildConfigField 'String', 'SETTINGS_FILE', '"config/settings_child_en_GB.plist"'
buildConfigField 'String', 'SETTINGS_FILE', '"config/settings_community_enGB.plist"'
manifestPlaceholders = [
appIcon: "@mipmap/child_en_gb"
]
Expand Down

0 comments on commit 411a930

Please sign in to comment.