Skip to content

Commit 00dd3ae

Browse files
Sirpixelalotclaude
andcommitted
Enable minification for release builds
Set minifyEnabled to true for release builds. Combined with ProGuard rules, this reduces APK size by 41% (150MB -> 88MB) while maintaining full functionality. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2bda214 commit 00dd3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050

5151
buildTypes {
5252
release {
53-
minifyEnabled false
53+
minifyEnabled true
5454
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
5555
if (keystorePropertiesFile.exists()) {
5656
signingConfig signingConfigs.release

0 commit comments

Comments
 (0)