Skip to content

Commit

Permalink
prepare release 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RodAlc24 committed Jun 2, 2024
1 parent 6e77366 commit 62bd3ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {

buildTypes {
release {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.7.10" apply false
}
val defaultVersionCode by extra(2)
val defaultVersionName by extra("0.1")
val defaultVersionCode by extra(3)
val defaultVersionName by extra("0.2")

0 comments on commit 62bd3ee

Please sign in to comment.