chore: update the age of the oldest living person

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-10-19 01:08:28 +02:00
parent 5957e9f02d
commit bb8743706a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ fun ChannelScreenAgeGate(
// Born before oldest person condition
// Update from https://en.wikipedia.org/wiki/List_of_oldest_living_people
val minYob = 1907
val minYob = 1908
if (year < minYob) {
dobPickerError =
context.getString(R.string.channel_age_gate_dob_invalid_unlikely, minYob)