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.
This commit is contained in:
Greyson Parrelli
2021-09-16 09:13:49 -04:00
committed by Alex Hart
parent 08d03cb456
commit 4ac1134a9b

View File

@@ -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"
/**