summaryrefslogtreecommitdiffhomepage
path: root/android/settings.gradle
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05Migrade gradle scripts to kotlin/ktsAlbin1-1/+0
2021-12-16Split Android project and app moduleAlbin1-0/+1
The purpose of this is to: * Comply better with the default Android project structure (see https://developer.android.com/studio/build). * Avoid conflicts between project and app dependencies and plugins.