blonsky95 / TimeStopperAndroid

0 stars 0 forks source link

Clean up app - get ready for prod #30

Closed blonsky95 closed 3 years ago

blonsky95 commented 3 years ago

https://developer.android.com/studio/publish/preparing

blonsky95 commented 3 years ago

Checked how to profile app - use the profiler tool to check on the CPU, memory, NETWORK and battery usage, the app seems to be pretty simple and there is no peaks whatsoever.

Also removed unused resources

Made sure Timber only plants trees when in Debug mode - no need to remove the logs

Made sure keystore, key password, alias and alias password are all known (they're in the gradle file too)