dotenv-java icon indicating copy to clipboard operation
dotenv-java copied to clipboard

Crashes_on_Android_version_7_and_older

Open marcel-rf opened this issue 2 years ago • 0 comments

  • Add DotenvReader file reading implementation based on the File api to provide support for older android versions. See Crashes_on_Android_version_7_and_older.
  • Encapsulate File reading logic behind a DotenvReader interface to be able to provide different implementations at runtime.
  • Add reflection based way to determine which implementation to use.

marcel-rf avatar May 30 '23 12:05 marcel-rf