Skip to content

0xera/philosophers-stone

Repository files navigation

Philosopher's Stone

The library that will help you extend the life of your application. Use at your own risk!

How to use:

  1. Add dependency:
dependencyResolutionManagement {
    repositories {
        maven("https://jitpack.io")
    }
}

dependencies {
    implementation("com.github.0xera:philosophers-stone:0.1")
}
  1. Add in your Application onCreate method:
PhilosophersStone.init(
    app = this, // Application's instance
    enabled = true,
    logging = true,
    calculateLifeTime = true
)

About

Make your app's life longer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages