Skip to content

Commit

Permalink
release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehan4707 committed Dec 13, 2023
1 parent e00454f commit e3c124d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AOS/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId = "boostcamp.and07.mindsync"
minSdk = 26
targetSdk = 34
versionCode = 5
versionName = "0.3.4"
versionCode = 6
versionName = "0.3.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "BASE_URL", "$url")
buildConfigField("String", "GOOGLE_SERVER_CLIENT_ID", "$googleServerClientId")
Expand Down
7 changes: 4 additions & 3 deletions AOS/release_note.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2023.12.13
version: 0.3.4
version: 0.3.5
๐Ÿ’ป Feature Updates
- ๋งˆ์ธ๋“œ๋งต
- ๋ณด๋“œ ์ด๋ฆ„๊ณผ ๋ฃจํŠธ ๋…ธ๋“œ ์ด๋ฆ„ ์ผ์น˜ํ™”
Expand All @@ -12,8 +12,9 @@ version: 0.3.4
- ๋‹คํฌ ๋ชจ๋“œ ๋Œ€์‘
- ์˜จ๋ณด๋”ฉ ํ™”๋ฉด
๐ŸžBug Fix
- ์ŠคํŽ˜์ด์Šค ์ถ”๊ฐ€ ํ™”๋ฉด์—์„œ ๋‚˜๊ฐ€๊ธฐ ๋ฒ„ํŠผ ํด๋ฆญ ๋ฒ„๊ทธ ํ•ด๊ฒฐ
- ๋‹คํฌ ๋ชจ๋“œ ์•ฑ ํƒ€์ดํ‹€ ๋ฉ”์‹œ์ง€ ๋ฒ„๊ทธ ์ˆ˜์ •
- ์ŠคํŽ˜์ด์Šค ์ฐธ๊ฐ€ -> ํ”„๋กœํ•„ ์„ค์ • -> ์ฐธ๊ฐ€ํ•œ ์ŠคํŽ˜์ด์Šค ํ•ด์ œ๋˜๋Š” ๋ฒ„๊ทธ ํ•ด๊ฒฐ
- ํœด์ง€ํ†ต ๋ณดํŠธ ํด๋ฆญ ์ด๋ฒคํŠธ์‹œ ์•ฑ ์ข…๋ฃŒ ๋ฒ„๊ทธ ํ•ด๊ฒฐ
- ๋งˆ์ธ๋“œ๋งต์—์„œ ๋…ธ๋“œ ๋‚ด์šฉ ํŽธ์ง‘์—์„œ ํšŒ์ „ ๋ฒ„๊ทธ ํ•ด๊ฒฐ
๐Ÿ’ก Information
- ๋™์‹œ์— ๊ฐ™์€ ๊ณต๊ฐ„(์ŠคํŽ˜์ด์Šค/๋ณด๋“œ)์— ์ ‘์†ํ•ด์žˆ๋Š” ์‚ฌ์šฉ์ž๋ผ๋ฆฌ ์„œ๋กœ์˜ ํŽธ์ง‘ ๋‚ด์šฉ์„ ์‹ค์‹œ๊ฐ„์œผ๋กœ ํ™•์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
- ๋‹ค๋ฅธ์‚ฌ๋žŒ์„ ์ž์‹ ์˜ ์ŠคํŽ˜์ด์Šค์— ์ดˆ๋Œ€ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
Expand Down

0 comments on commit e3c124d

Please sign in to comment.