Кешированные ответы от сервера теперь находятся в специальном файле, а не в настройках.

Возвращён просмотр подробностей о паре.
This commit is contained in:
2025-03-20 04:40:57 +04:00
parent 15894b290a
commit 96f84b9f54
37 changed files with 396 additions and 90 deletions

View File

@@ -46,8 +46,8 @@ android {
applicationId = "ru.n08i40k.polytechnic.next"
minSdk = 26
targetSdk = 35
versionCode = 27
versionName = "3.1.0"
versionCode = 28
versionName = "3.1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -158,7 +158,7 @@ dependencies {
protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.29.3"
artifact = "com.google.protobuf:protoc:21.0-rc-1"
}
plugins {