Skip to content

Commit

Permalink
20250118 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
haeti-dev committed Jan 17, 2025
1 parent 47a6fda commit b2efdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ android {
applicationId "com.sopt.smeem"
minSdk 28
targetSdk 34
versionCode 20241212
versionCode 20250118
/*
x.y.z
x: ui, 주요기능의 큰 변화
y: 기능 추가, 가시적인 변화
z: 오류 수정, 긴급 업데이트 사항
*/
versionName "4.0.0"
versionName "4.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "KAKAO_API_KEY", properties['kakao_api_key']
Expand Down

0 comments on commit b2efdaa

Please sign in to comment.