Skip to content

Commit 52c85b2

Browse files
committed
v0.1.0-beta02
1 parent e259510 commit 52c85b2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,22 @@ include ':model'
2525
project(':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
- 기본 요구사항 구현 완료.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
buildscript {
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'

0 commit comments

Comments
 (0)