Skip to content

Commit

Permalink
enabled minify for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
saarthak08 committed Nov 5, 2024
1 parent 0cd0166 commit 81f4abb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
minSdkVersion 21
multiDexEnabled true
targetSdkVersion 35
versionCode 15
versionCode 16
versionName "1.4.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand All @@ -48,6 +48,7 @@ android {

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
Expand Down

0 comments on commit 81f4abb

Please sign in to comment.