Skip to content

2.0.0

Compare
Choose a tag to compare
@aleks-tpom6oh aleks-tpom6oh released this 08 Feb 16:15
· 39 commits to master since this release

Splitting the lib into 2 flavours.

com.github.avohq.android-avo-inspector:dev:TAG includes the visual debugger and a SYSTEM_ALERT_WINDOW permission

com.github.avohq.android-avo-inspector:prod:TAG does not include the visual debugger and a SYSTEM_ALERT_WINDOW permission

Suggested usage is:

releaseImplementation 'com.github.avohq.android-avo-inspector:prod:TAG'
debugImplementation 'com.github.avohq.android-avo-inspector:dev:TAG'

Breaking changes

  • Inspector.getVisualInspector() now returns a nullable Object instead of nullable DebuggerManager. You can safely cast it to a nullable DebuggerManager in the dev build and it will always be null in the prod build.

  • Dependency reference is changed to com.github.avohq.android-avo-inspector:dev:TAG and com.github.avohq.android-avo-inspector:prod:TAG (used to be from com.github.avohq:android-avo-inspector:TAG)