Skip to content

Commit

Permalink
Release.v.0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azrael8576 committed Oct 2, 2023
1 parent 5b1d622 commit 8637927
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ UI 設計採用 [_Material 3 Design_](https://m3.material.io/) ,並以 Jetpack
> **Note:**[`ScheduleScreen`](https://github.com/azrael8576/amazingtalker-recruit/blob/main/feature/teacherschedule/src/main/java/com/wei/amazingtalker_recruit/feature/teacherschedule/schedule/ScheduleScreen.kt) 可以看到其搭配 Snap 動畫之使用範例。
## Build
該應用程序包含常用 `debug``release` build variants。
該應用程序包含常用 `demodebug``demoRelease` build variants。(`prod` variants 保留未來供生產環境所使用).

目前兩個版本連線**均為測試環境**
目前所有版本連線**均為測試環境**

對於正常開發,請使用該 `debug` variant。對於 UI 性能測試,請使用該 `release` variant。
對於正常開發,請使用該 `demodebug` variant。對於 UI 性能測試,請使用該 `demoRelease` variant。

> **Note:** 詳見 Google 官方網誌文章 [_Why should you always test Compose performance in release?_](https://medium.com/androiddevelopers/why-should-you-always-test-compose-performance-in-release-4168dd0f2c71)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ android {
*
* XYZ: App version (050 for 0.5.0)
*/
versionCode = 3313050
versionCode = 3414060
/**
* SemVer major.minor.patch
*/
versionName = "0.5.0"
versionName = "0.6.0"

// Custom test runner to set up Hilt dependency graph
testInstrumentationRunner = "com.wei.amazingtalker_recruit.core.testing.AtTestRunner"
Expand Down

0 comments on commit 8637927

Please sign in to comment.