summaryrefslogtreecommitdiffhomepage
path: root/android/buildSrc/src
AgeCommit message (Collapse)AuthorFilesLines
2022-03-23Bump Android dependenciesAlbin1-12/+11
2022-02-17Add Android memory leak detection build typeAlbin3-0/+8
Adds a new build type which can be used to identify memory leaks by using the Leak Canary dependency/tool.
2022-01-13Add Android version check pluginAlbin3-0/+11
2022-01-10Extract Android dependencies to constantsAlbin3-0/+110
Extracts Android dependency names/versions/repos to Kotlin constants in source code. The purpose of this change is to minimize duplication, unify versions and prepare the project to be split into multiple sub-projects/modules.