Skip to content

Commit

Permalink
chore: 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange committed Jul 25, 2024
1 parent 55aa941 commit ba590f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId = "com.happy.friendogly"
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "0.1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

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

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

0 comments on commit ba590f7

Please sign in to comment.