Skip to content

Commit

Permalink
chore(build.gradle.kts:app): 버전 코드 54 -> 55로 변경 및 버전 이름 2.1.1 -> 2.1.…
Browse files Browse the repository at this point in the history
…2로 변경
  • Loading branch information
ki960213 committed Oct 27, 2023
1 parent fa723ed commit 114cec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/2023-emmsale/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId = "com.emmsale"
minSdk = 28
targetSdk = 33
versionCode = 54
versionName = "2.1.1"
versionCode = 55
versionName = "2.1.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 0 additions & 4 deletions android/2023-emmsale/app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@

# ApiResponse 클래스 축소 및 난독화 해제하여 CallAdapter에서 retrofit2.Call<ApiResponse>를 반환하는 CallAdapter 만들 수 있도록 변경
-keep class com.emmsale.data.common.retrofit.callAdapter.ApiResponse

# Keep the classes of Kerdy class itself and its fields from obfuscation
# temp
-keep class com.emmsale.data.** {*;}

0 comments on commit 114cec8

Please sign in to comment.