Skip to content

Commit ab47b55

Browse files
committed
v.4.0.10
1 parent 856ec0a commit ab47b55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010

1111
defaultConfig {
1212
versionCode getCommitCount()
13-
versionName '4.0.9' + "-" + versionCode
13+
versionName '4.0.10' + "-" + versionCode
1414
minSdkVersion rootProject.minSdkVersion
1515
targetSdkVersion rootProject.targetSdkVersion
1616

app/src/main/res/values-es/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
<string name="pref_hide_based_on_keywords_title">Esconder eventos con palabra en el título</string>
140140
<string name="show_only_closest_instance_of_recurring_event">Mostrar sólo la fecha más cercana de un evento recurrente</string>
141141
<string name="hide_duplicates">Ocultar duplicados</string>
142+
<string name="tasks_wo_dates_hide">Ocultar</string>
142143
<!-- Preference frame: Calendars and Task Lists -->
143144
<string name="calendars_prefs">Calendarios</string>
144145
<string name="calendars_prefs_desc">Seleccionar calendarios a mostrar</string>

0 commit comments

Comments
 (0)