Skip to content

Commit

Permalink
removed forced "en" resources
Browse files Browse the repository at this point in the history
  • Loading branch information
pperle committed Sep 27, 2016
1 parent 598a6c5 commit 6e93f09
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 @@ -19,7 +19,7 @@ android {
versionCode config.versionCode
versionName config.versionName

resConfig 'en'
// resConfig 'en'
resValue 'string', 'app_name', config.name
resValue 'string', 'app_desc', config.desc

Expand Down

0 comments on commit 6e93f09

Please sign in to comment.