π Released a new version 1.0.8! π
What's New?
- Updated gradle build tool version to
4.1.0internally. - Removed generating a
BuildConfigclass from the only module. - Hidden some internal functions.
Unclaimed project
Are you a maintainer of Only? Claim this project to take control of your public changelog and roadmap.
Changelog
:bouquet: An easy way to persist and run code block only as many times as necessary on Android.
π Released a new version 1.0.8! π
4.1.0 internally.BuildConfig class from the only module.π Released a new version 1.0.7! π
JvmSynthetic for hiding kotlin lambda functionalities in Java project.JvmStatic functionalities for supporting Java APIs for fluently.
Now we can use like below in our Java project.Only.onDo("introPopup", 1,
() -> doSomethingOnlyOnce(), // onDo
() -> doSOmethingAfterDone() // onDone
);
π Released a new version 1.0.6! π
version functionality not working properly in some cases.Released a new version 1.0.5.
Released a new version 1.0.4.
Removed appcompat dependency and use androidx.annotation.