fix file size limit

This commit is contained in:
lendry
2026-07-07 17:46:46 +03:00
parent f36a8d7456
commit e152442440
3 changed files with 5 additions and 2 deletions

View File

@@ -95,4 +95,5 @@ message AppReleaseDownloadResponse {
string sha256 = 5;
string version = 6;
int32 versionCode = 7;
string variant = 8;
}