Skip to content

3.0.0

Compare
Choose a tag to compare
@yatatsu yatatsu released this 11 Jun 17:14
· 58 commits to master since this release
  • 🎉 Revive AutoBundle class without reflection. #9 cbe1759

Before

FooActivityAutoBundle.bind(this, getIntent());

After

// no need to build for resolving `AutoBundle` class
AutoBundle.bind(this, getIntent());