Setup build configuration and build release apk

This commit is contained in:
Данил
2025-06-15 10:30:13 +07:00
parent 58bcb3e6f7
commit d7d9056ece
4 changed files with 5 additions and 5 deletions
+5 -5
View File
@@ -4,7 +4,7 @@ plugins {
android { android {
namespace = "com.samsungschool.tasktracker" namespace = "com.samsungschool.tasktracker"
compileSdk = 36 compileSdk = 35
defaultConfig { defaultConfig {
applicationId = "com.samsungschool.tasktracker" applicationId = "com.samsungschool.tasktracker"
@@ -26,9 +26,9 @@ android {
// Optimisation code // Optimisation code
isMinifyEnabled = true isMinifyEnabled = true
// Optimization resource // Optimization resource
//isShrinkResources = true isShrinkResources = true
// Off logs // Off logs
//isDebuggable = false isDebuggable = false
proguardFiles( proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"), getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro" "proguard-rules.pro"
@@ -36,8 +36,8 @@ android {
} }
} }
compileOptions { compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_17
} }
} }
Binary file not shown.
Binary file not shown.
Binary file not shown.