Skip to content

Commit

Permalink
Fix path for "About" and "Help" assets in Portuguese (Brazil).
Browse files Browse the repository at this point in the history
  • Loading branch information
arnowelzel committed Jul 14, 2018
1 parent 6bee5e9 commit e605952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.arnowelzel.android.periodical"
minSdkVersion 14
targetSdkVersion 27
versionCode 51
versionName "1.10"
versionCode 52
versionName "1.11"
buildConfigField "String", "VERSION_YEAR", "\"2018\""

return void
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
<string name="label_period">menstruação</string>
<string name="label_period_predicted">menstruação prevista</string>
<string name="label_ovulation">ovulação</string>
<string name="asset_about">br/about.html</string>
<string name="asset_help">br/help.html</string>
<string name="asset_about">pt-rBR/about.html</string>
<string name="asset_help">pt-rBR/help.html</string>
<string name="label_details_period">Menstruação</string>
<string name="label_details_yes">Sim</string>
<string name="label_details_no">Não</string>
Expand Down

0 comments on commit e605952

Please sign in to comment.