Point to a new remote emoji version file.

There was a bug in older versions around caching, so by switching to a
new version file, we can make sure only fixed versions get the new
emoji.
fork-5.53.8
Greyson Parrelli 2021-09-16 09:13:49 -04:00 zatwierdzone przez Alex Hart
rodzic 08d03cb456
commit 4ac1134a9b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ import org.signal.core.util.logging.Log
import org.thoughtcrime.securesms.dependencies.ApplicationDependencies
import java.io.IOException
private const val VERSION_URL = "https://updates.signal.org/dynamic/android/emoji/version.txt"
private const val VERSION_URL = "https://updates.signal.org/dynamic/android/emoji/version_v2.txt"
private const val BASE_STATIC_BUCKET_URL = "https://updates.signal.org/static/android/emoji"
/**