From 1bf9695cff346bb35c7801c418aecd93469552cf Mon Sep 17 00:00:00 2001 From: Nicholas Tinsley Date: Thu, 16 May 2024 15:45:51 -0400 Subject: [PATCH] Update translations and other static files. --- app/src/main/res/values-uk/strings.xml | 2 +- app/static-ips.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index ef250506b8..220a04b8f4 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -838,7 +838,7 @@ Завтра - Сьогодні ввечері + Сьогодні diff --git a/app/static-ips.gradle.kts b/app/static-ips.gradle.kts index 29432a2514..35bd7fbde7 100644 --- a/app/static-ips.gradle.kts +++ b/app/static-ips.gradle.kts @@ -1,5 +1,5 @@ rootProject.extra["service_ips"] = """new String[]{"13.248.212.111","76.223.92.165"}""" -rootProject.extra["storage_ips"] = """new String[]{"142.250.65.211"}""" +rootProject.extra["storage_ips"] = """new String[]{"142.250.80.115"}""" rootProject.extra["cdn_ips"] = """new String[]{"18.238.49.106","18.238.49.6","18.238.49.66","18.238.49.90"}""" rootProject.extra["cdn2_ips"] = """new String[]{"104.18.37.148","172.64.150.108"}""" rootProject.extra["cdn3_ips"] = """new String[]{"104.18.37.148","172.64.150.108"}"""