mirror of
https://github.com/n08i40k/polytechnic-android.git
synced 2025-12-06 17:57:46 +03:00
Кешированные ответы от сервера теперь находятся в специальном файле, а не в настройках. Возвращён просмотр подробностей о паре.
15 lines
281 B
Protocol Buffer
15 lines
281 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "ru.n08i40k.polytechnic.next";
|
|
option java_multiple_files = true;
|
|
|
|
message SettingsV2 {
|
|
string user_id = 1;
|
|
string access_token = 2;
|
|
string group = 3;
|
|
|
|
string version = 5;
|
|
string suppressed_version = 6;
|
|
|
|
string fcm_token = 7;
|
|
} |