fix: persist custom push sound for FCM cold start (0.5.11)

Копирование ringtone во внутреннее хранилище, FileProvider, каналы с hash и миграция URI.
This commit is contained in:
PTah
2026-06-21 10:46:18 +10:00
parent 363471c563
commit 6a0758ffad
9 changed files with 137 additions and 30 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "ru.kalinamall.seaca"
minSdk = 26
targetSdk = 35
versionCode = 24
versionName = "0.5.10"
versionCode = 25
versionName = "0.5.11"
}
buildTypes {