summaryrefslogtreecommitdiffhomepage
path: root/android/buildSrc/src
AgeCommit message (Collapse)AuthorFilesLines
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.