mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
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:
committed by
Alex Hart
parent
08d03cb456
commit
4ac1134a9b
@@ -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"
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user