├── .google └── packaging.yaml ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── renovate.json ├── screenshot.png └── screenshots.png /.google/packaging.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android/architecture-templates/HEAD/.google/packaging.yaml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android/architecture-templates/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android/architecture-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android/architecture-templates/HEAD/README.md -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android/architecture-templates/HEAD/renovate.json -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android/architecture-templates/HEAD/screenshot.png -------------------------------------------------------------------------------- /screenshots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/android/architecture-templates/HEAD/screenshots.png --------------------------------------------------------------------------------