File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,28 @@ android {
1919
2020 buildTypes {
2121 release {
22- isMinifyEnabled = false
22+ isMinifyEnabled = true
23+ isShrinkResources = true
2324 proguardFiles(
2425 getDefaultProguardFile(" proguard-android-optimize.txt" ), " proguard-rules.pro"
2526 )
2627 }
2728 }
2829
30+ buildFeatures {
31+ viewBinding = true
32+ }
33+
2934 compileOptions {
3035 sourceCompatibility = JavaVersion .VERSION_21
3136 targetCompatibility = JavaVersion .VERSION_21
3237 }
3338
39+ dependenciesInfo {
40+ includeInApk = false
41+ includeInBundle = false
42+ }
43+
3444 kotlin {
3545 compilerOptions {
3646 jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget .JVM_21 )
Original file line number Diff line number Diff line change 11# Thu Aug 21 22:52:53 BRT 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-9.0 .0-bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ pluginManagement {
1313 gradlePluginPortal()
1414 }
1515}
16+
1617dependencyResolutionManagement {
1718 repositoriesMode.set(RepositoriesMode .FAIL_ON_PROJECT_REPOS )
1819 repositories {
You can’t perform that action at this time.
0 commit comments