Skip to content

Commit

Permalink
v0.1.6 - reduced apk file size
Browse files Browse the repository at this point in the history
  • Loading branch information
dadencukillia committed Nov 16, 2024
1 parent ed4a987 commit c0089bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "com.crocoby.animeplayerua"
minSdk = 28
targetSdk = 34
versionCode = 5
versionName = "0.1.5"
versionCode = 6
versionName = "0.1.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand All @@ -27,7 +27,8 @@ android {

buildTypes {
release {
isMinifyEnabled = false
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit c0089bb

Please sign in to comment.