Skip to content

Commit

Permalink
changelog 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hui.zhao authored and hui.zhao committed Mar 26, 2020
1 parent bcca412 commit 16f5938
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## 3.4.0

### Changed

- You do not need to call `GodEye.instance().install` , AndroidGodEye will install automatically, change this behavior by add resource `<bool name="android_god_eye_manual_install">true</bool>`
- You do not need to call `GodEyeHelper.startMonitor`, AndroidGodEye will install automatically, change this behavior by add resource `<bool name="android_god_eye_manual_install">true</bool>`
- You can custom Monitor port by add resource `<integer name="android_god_eye_monitor_port">5390</integer>`

### Removed

- android-godeye-monitor-noop removed, only `debugImplementation 'cn.hikyson.godeye:godeye-monitor:VERSION_NAME'` needed.
- You can not call api in `GodEyeMonitor` directly, apis have been transfered to `GodEyeHelper`

## 3.3.1

### Deprecated
Expand Down

0 comments on commit 16f5938

Please sign in to comment.