File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,22 @@ include ':model'
2525project(' :model' ). projectDir = new File (' ../preshoes-model/model' )
2626~~~
2727
28+ ## 테스트 빌드
29+
30+ 실제 센서 모듈과 연결할 수 없는 상황을 위해 ` bluetooth ` dimension에 대해 ` fakeDevice ` 와 ` realDevice ` flavor를 지원합니다.
31+
32+ 서버와 연결할 수 없는 상황을 위해 ` server ` dimension에 대해 ` mockServer ` 와 ` deployServer ` flavor를 지원합니다.
33+
34+ 예를 들어, 센서 모듈이 없는 상태에서 서버와의 연결을 테스트하고 싶다면 ` fakeDeviceDeployServerDebug ` 옵션으로 빌드를 진행할 수 있습니다.
35+
2836## 업데이트 기록
2937
38+ ### 2020.6.1 v0.1.0-beta02
39+
40+ - 서버 테스트 완료.
41+ - 검사 시간 옵션 추가.
42+ - 보고서 200 이외 응답 도착시 repository에서 throw.
43+
3044### 2020.6.1 v0.1.0-beta01
3145
3246- 기본 요구사항 구현 완료.
Original file line number Diff line number Diff line change 1919
2020buildscript {
2121 /* * THE VERSION NAME! */
22- ext. version_name = ' 0.1.0-beta01 '
22+ ext. version_name = ' 0.1.0-beta02 '
2323
2424 ext. kotlin_version = ' 1.3.72'
2525 ext. gradle_version = ' 4.0.0'
You can’t perform that action at this time.
0 commit comments