This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
0.2.2
- support library 24.2.0
- performance improvement by 20-100% #23
- reduction of GC to one allocation per method call #23
dependencies {
// contains CompositeActivity
compile 'com.pascalwelsch.compositeandroid:activity:0.2.2'
// contains CompositeFragment and CompositeDialogFragment
compile 'com.pascalwelsch.compositeandroid:fragment:0.2.2'
// core module (not required, only abstract classes and utils)
compile 'com.pascalwelsch.compositeandroid:core:0.2.2'
}