Commit Graph

10 Commits

Author SHA1 Message Date
Neil Marietta 7e4dee353e feat: Added Unauthenticated Session support.
chore: Upgraded Core to 9.9.0.
chore: Upgraded Core Gradle Plugins to 1.1.2 (Detekt update).
2023-01-26 16:57:21 +00:00
Neil Marietta 5c33730239 Replaced Git Submodules by Include Core Build Gradle Plugin. 2022-11-30 14:06:09 +00:00
Davide Farella 659d8dd97e Update Copyright for all files in the project
MAILAND-2887
2022-05-23 21:01:57 +00:00
Mateusz Armatys 0662240030 Core CI integration (building Mail as part of Core CI pipeline) 2022-04-22 13:18:00 +00:00
Neil Marietta 47c777e5cc Added Proton Libs Git Submodules Support (Core version 6.0.0). 2022-02-16 16:01:33 +00:00
Vincent Brison 1669baa6c2 Setup core snapshot support. 2022-02-16 16:01:33 +00:00
Zorica Stojchevska 72a6bee0a6 Revert "Setup core snapshot support"
This reverts commit 94f2101b
2021-12-24 11:45:53 +01:00
Vincent Brison 94f2101b1d Setup core snapshot support 2021-12-20 07:52:46 +00:00
Tomasz Giszczak 9ef99d3d9d Updated android gradle plugin to v 4.2.1, updated gradle to v6.9, removed some deprecated/redundant parameters. 2021-05-27 06:56:59 +00:00
Davide Farella 1747cf4015 Auto-include Gradle modules and projects
This script will enable us to automatically import Gradle modules and sub-projects ( composite build )
It will inspect the file tree from the root directory, skipping the following directories for avoid to waste resource:
* .git
* .gradle
* .idea
* buildSrc
* config
* build
* src

It will include a project whenever it finds a directory containing `settings.gradle` or `settings.gradle.kts`
It will include a module whenever it finds a directory containing `build.gradle` or `build.gradle.kts`

It will also print:
Projects: ...
Module: ...
On the Gradle sync

Affected: Build projects and modules
2020-08-27 10:45:56 +00:00