From ac83cdb72099e186fe4fa3602e4bf74434086e3e Mon Sep 17 00:00:00 2001 From: Thirfir Date: Fri, 3 Oct 2025 14:27:16 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=EA=B0=99=EC=9D=80=20=EA=B8=B0?= =?UTF-8?q?=EA=B8=B0=EC=97=90=EC=84=9C=EB=8A=94=20=EC=A7=80=EC=97=AD?= =?UTF-8?q?=EC=9D=B8=EC=A6=9D=20=EB=B0=8F=20=EC=B7=A8=ED=96=A5=ED=83=90?= =?UTF-8?q?=EC=83=89=201=ED=9A=8C=EB=A7=8C=20=EB=85=B8=EC=B6=9C=20?= =?UTF-8?q?=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/acon/core/data/repository/UserRepositoryImpl.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/data/src/main/kotlin/com/acon/core/data/repository/UserRepositoryImpl.kt b/core/data/src/main/kotlin/com/acon/core/data/repository/UserRepositoryImpl.kt index c4a599b0..427c6e95 100644 --- a/core/data/src/main/kotlin/com/acon/core/data/repository/UserRepositoryImpl.kt +++ b/core/data/src/main/kotlin/com/acon/core/data/repository/UserRepositoryImpl.kt @@ -77,8 +77,6 @@ class UserRepositoryImpl @Inject constructor( ) }.onSuccess { profileLocalDataSource.clearCache() - onboardingRepository.updateShouldVerifyArea(true) - onboardingRepository.updateShouldChooseDislikes(true) clearSession() } } @@ -94,8 +92,6 @@ class UserRepositoryImpl @Inject constructor( ) }.onSuccess { profileLocalDataSource.clearCache() - onboardingRepository.updateShouldVerifyArea(true) - onboardingRepository.updateShouldChooseDislikes(true) clearSession() } } From 4c59bc5eeef4c2807d0eae8591bf6f691553b6a2 Mon Sep 17 00:00:00 2001 From: Thirfir Date: Fri, 3 Oct 2025 15:16:00 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8=202.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 56012458..dcd6ff9c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,8 +4,8 @@ projectApplicationId = "com.acon.acon" projectCompileSdk = "35" projectTargetSdk = "35" projectMinSdk = "28" -projectVersionCode = "20010010" -projectVersionName = "2.1.1" +projectVersionCode = "20010020" +projectVersionName = "2.1.2" ####################################### composeCompilerVersion = "1.5.15"