The library that will help you extend the life of your application. Use at your own risk!
How to use:
- Add dependency:
dependencyResolutionManagement {
repositories {
maven("https://jitpack.io")
}
}
dependencies {
implementation("com.github.0xera:philosophers-stone:0.1")
}
- Add in your
Application
onCreate method:
PhilosophersStone.init(
app = this, // Application's instance
enabled = true,
logging = true,
calculateLifeTime = true
)