fix(collection): правки по коллекциям

This commit is contained in:
2025-06-16 20:22:56 +03:00
parent 9981f1ef0f
commit 3d31cd7737
29 changed files with 1218 additions and 43 deletions

View File

@@ -6,8 +6,8 @@ plugins {
}
android {
namespace = "ru.remever.mobile.remever"
compileSdk = flutter.compileSdkVersion
namespace = "ru.remever.mobile"
compileSdk = 36
ndkVersion = "27.0.12077973"
compileOptions {
@@ -21,11 +21,11 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "ru.remever.mobile.remever"
applicationId = "ru.remever.mobile"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
minSdk = 21
targetSdk = 36
versionCode = flutter.versionCode
versionName = flutter.versionName
}