Skip to content

Commit 16f5938

Browse files
hui.zhaohui.zhao
authored andcommitted
changelog 3.4.0
1 parent bcca412 commit 16f5938

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## 3.4.0
4+
5+
### Changed
6+
7+
- 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>`
8+
- 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>`
9+
- You can custom Monitor port by add resource `<integer name="android_god_eye_monitor_port">5390</integer>`
10+
11+
### Removed
12+
13+
- android-godeye-monitor-noop removed, only `debugImplementation 'cn.hikyson.godeye:godeye-monitor:VERSION_NAME'` needed.
14+
- You can not call api in `GodEyeMonitor` directly, apis have been transfered to `GodEyeHelper`
15+
316
## 3.3.1
417

518
### Deprecated

0 commit comments

Comments
 (0)