PermissionHelper v1.0.12
Changelog
- Deprecating accessing PermissionModel directly and encourage the usage of PermissionModelBuilder
- Added
TextSize
checking to ensure that the passed size is a resource id or a plain value. - Added
TypeFace
caching to avoid recreating theTypeFace
if it's already created. - Updated support library and build tools to version
24.0.2
. - Added
Nullity
annotations to stuff that either could benull
or notnull
.