summaryrefslogtreecommitdiffhomepage
path: root/android/buildSrc/build.gradle.kts
AgeCommit message (Collapse)AuthorFilesLines
2025-10-30Move gradle repos to settingsAlbin1-2/+0
2025-01-29Implement detekt and ktfmt for buildSrcJonatan Rhodin1-1/+12
2023-09-21Apply automatic formatting and cleanup of gradle filesAlbin1-9/+3
2023-08-22Fix Unknown Kotlin JVM target: 20 errorJonatan Rhodin1-0/+4
2022-01-10Extract Android dependencies to constantsAlbin1-0/+7
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.