├── .github └── ISSUE_TEMPLATE │ ├── ---app-size.md │ ├── ---build-performance--startup-performance--and-app-size.md │ ├── ---build-performance.md │ └── ---startup-performance.md ├── .gitignore ├── Images ├── DiagnosticBuildOutput.png └── ProjectSettings.png ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/---app-size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonDouglas/AndroidPerformanceAndAppSizeChallenge/HEAD/.github/ISSUE_TEMPLATE/---app-size.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/---build-performance--startup-performance--and-app-size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonDouglas/AndroidPerformanceAndAppSizeChallenge/HEAD/.github/ISSUE_TEMPLATE/---build-performance--startup-performance--and-app-size.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/---build-performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonDouglas/AndroidPerformanceAndAppSizeChallenge/HEAD/.github/ISSUE_TEMPLATE/---build-performance.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/---startup-performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonDouglas/AndroidPerformanceAndAppSizeChallenge/HEAD/.github/ISSUE_TEMPLATE/---startup-performance.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonDouglas/AndroidPerformanceAndAppSizeChallenge/HEAD/.gitignore -------------------------------------------------------------------------------- /Images/DiagnosticBuildOutput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonDouglas/AndroidPerformanceAndAppSizeChallenge/HEAD/Images/DiagnosticBuildOutput.png -------------------------------------------------------------------------------- /Images/ProjectSettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonDouglas/AndroidPerformanceAndAppSizeChallenge/HEAD/Images/ProjectSettings.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonDouglas/AndroidPerformanceAndAppSizeChallenge/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonDouglas/AndroidPerformanceAndAppSizeChallenge/HEAD/README.md --------------------------------------------------------------------------------