Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

0.2.2

Compare
Choose a tag to compare
@passsy passsy released this 26 Aug 16:28
· 98 commits to master since this release
  • 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'
}