Commit Graph

6 Commits

Author SHA1 Message Date
Carlos Martinez
d6241ca6eb Migrate dependencies to TOML catalog
Migrate dependencies to TOML catalog.

* Add `gradle/libs.versions.toml` file to define all dependencies, plugins, and build versions.
* Modify `build.gradle` to apply the `libs.versions.toml` file for dependency management and update the `classpath` dependencies.
* Modify `core.gradle` to apply the `libs.versions.toml` file for dependency management and update the `dependencies` block.
* Modify `app/build.gradle` to apply the `libs.versions.toml` file for dependency management and update the `dependencies` block.
* Modify `base/build.gradle` to apply the `libs.versions.toml` file for dependency management and update the `dependencies` block.
* Modify `albumlist/build.gradle` to apply the `libs.versions.toml` file for dependency management.
* Modify `photolist/build.gradle` to apply the `libs.versions.toml` file for dependency management.
* Modify `testing/build.gradle` to apply the `libs.versions.toml` file for dependency management and update the `dependencies` block.
* Delete `versions.gradle` and `base/versions.gradle` files.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/imcarlost/Friendlists?shareId=XXXX-XXXX-XXXX-XXXX).
2024-10-01 14:07:34 -03:00
Carlos Martinez
30cc7231a9 create album module 2020-02-03 15:37:52 -03:00
Carlos Martinez
451d14ad95 integrate lottie and create view for users 2020-02-02 18:46:51 -03:00
Carlos Martinez
17fd2d7b95 fix output path
fix travis

fix travis

fix travis

fix travis

fix travis

fix travis

fix travis

fix travis

fix travis

fix travis
2020-02-01 20:23:35 -03:00
Carlos Martinez
8b115dcb3a implement detekt 2020-02-01 18:55:50 -03:00
Carlos Martinez
900f018134 initial commit 2020-02-01 16:01:58 -03:00