AndroidAppTemplate
AndroidAppTemplate copied to clipboard
This is a template repository with developer tooling already included so you can get up and running with confidence.
This allows us to run detekt in parallel for each module, which would really help for anyone who uses this app to scale: https://proandroiddev.com/how-to-use-detekt-in-a-multi-module-android-project-6781937fbef2
Does it make sense to have a workflow for continuous delivery/deployment in this template?
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
## Summary After sortDependencies, we need to add any files if they were changed. ## How It Was Tested Tweaked a gradle file, ran the pre-commit hook, verified that everything...
I updated the pre commit hook to sort dependencies, but I'm not calling git add on any of the updated gradle files so we can get in a weird state...
Hello! I'm interested in contributing to the project titled 'Refactoring Codebase to Gradle Convention Plugin: Enhancing Build Efficiency and Maintainability.' I've reviewed the project's goals, I believe I can make...
In order for Danger to work properly, we need to give Actions write access on our repo so it can leave comments. I forget this with every new app I...
I wonder is it possible to support also Windows on git hooks?
I'm wondering if we should change all the gradle files to gradle.kts files. This might be a little opinionated and not something everyone is interested in.
I see you're not using buildSrc but maybe using composite builds along with version catalogue will reduce the build gradle clutter