Skip to content

Commit 116657a

Browse files
author
Dan Oprea
committed
Minify release
1 parent a1f8296 commit 116657a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
}
4040
}
4141
release {
42-
//minifyEnabled true
43-
//shrinkResources true
42+
minifyEnabled true
43+
shrinkResources true
4444
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
4545
}
4646
}

0 commit comments

Comments
 (0)