Skip to content

Commit

Permalink
Release/release 1.2.1 -> develop merge (#33)
Browse files Browse the repository at this point in the history
* chore: version up

* INCREMENT VERSION CODE

* feat: 카카오 로그인 에러 로깅 추가

* INCREMENT VERSION CODE

* feat: log key hash

* INCREMENT VERSION CODE

* feat: remove logger

* INCREMENT VERSION CODE

---------

Co-authored-by: Anka <[email protected]>
Co-authored-by: Anka <[email protected]>
Co-authored-by: Anka <[email protected]>
Co-authored-by: Anka <[email protected]>
  • Loading branch information
5 people authored Sep 27, 2024
1 parent 5f6ecc1 commit 3812739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId = "com.moneymong.moneymong"
minSdk = 24
targetSdk = 34
versionCode = 15
versionName = "1.2.0"
versionCode = 19
versionName = "1.2.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.moneymong.moneymong.feature.sign.viewmodel

import android.util.Log
import com.kakao.sdk.common.KakaoSdk
import com.moneymong.moneymong.common.base.BaseViewModel
import com.moneymong.moneymong.domain.usecase.token.PostAccessTokenUseCase
import com.moneymong.moneymong.domain.usecase.token.TokenUseCase
Expand Down

0 comments on commit 3812739

Please sign in to comment.