Compare commits
1 Commits
New-architecture
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d7d9056ece |
@@ -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.
Reference in New Issue
Block a user