Echo 2025 bringup (#7823)

This commit is contained in:
ByteHamster 2025-05-27 23:14:07 +02:00 committed by GitHub
parent 0478bb1af9
commit 00f0a88463
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ package de.danoeh.antennapod.ui.echo;
import java.util.Calendar;
public class EchoConfig {
public static final int RELEASE_YEAR = 2024;
public static final int RELEASE_YEAR = 2025;
public static long jan1() {
Calendar date = Calendar.getInstance();