Releases: nullgr/app-core
Releases · nullgr/app-core
2.0.1-beta.2
2.0.0-beta.1
- Implement core-security module
- [#51] - Fixed API version checking for WindowExtensions
- [#54] - Added functions to convert Date to Timestamp and compare fields of Date
- [#56] - Added core-adapter-ktx module
- [#57] - Extract rxresult to core-intents module.
NOTE! path to RxResolveResultActivity should
be changed as show below:
<activity android:name="com.nullgr.core.intents.rxresult.RxResolveResultActivity" />
Also, if you use only core-rx, you no longer need to add:
implementation "com.android.support:appcompat-v7:$SUPPORT_VERSION"