Skip to content

v_1.1.1-10

Compare
Choose a tag to compare
@tony19 tony19 released this 27 Mar 18:33
  • [BREAKING CHANGE] Remove support for parsing logback configs from AndroidManifest.xml. (Move those configurations into separate files (e.g., into app/src/main/assets/logback.xml), or configure the logs programmatically instead.) Also note this requires that statically initialized loggers be moved into the app's onCreate() callback to ensure the application context could be read for special properties.
  • Fix license config in deployments