Releases: zhanghai/CustomTabsHelper
Releases · zhanghai/CustomTabsHelper
v1.0.6
- Prevent Jetifier from incorrectly tempering with some constants.
v1.0.5
- Prevent Jetifier from incorrectly tempering with some constants.
v1.0.4
- Integrated a fix for browser intent resolution.
- Updated dependencies.
v1.0.3
- Fix MethodNotFoundException when used with support 25.0.0
Support library 25 has changed Activity
to Context
in one of its method signatures so a rebuild of aar is required. Note that you also have to use support 25 with this version for the same reason.
v1.0.2
Guard against ActivityNotFoundException.