summaryrefslogtreecommitdiff
path: root/src/android/gradle.properties
AgeCommit message (Collapse)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
- In commit b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785, the copyright header was updated to include "Citron Homebrew Project" across multiple files, regardless of whether any contributions were made. - This commit removes the incorrect attribution and reverts the copyright header to its previous state. - Copyright attribution should only be added when meaningful contributions have been made to the file. - This commit ensures proper compliance with copyright standards and maintains correct attribution to the respective contributors. - Special thanks to Tachi for pointing out the need for these corrections and ensuring that proper attribution practices are followed.
2024-12-31chore: update project references and add Citron copyrightZephyron
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files.
2023-06-29android: Suppress a known incompatibilityAbandoned Cart
Android Gradle plugin 8.0.2 is designed for API 33, but a newer plugin hasn't been released yet. The warning message is rather extravagant, but also suggests adding this property if you are aware of the risks.
2023-06-06android: Improve Gradle build configurationAbandoned Cart
2023-06-03android: Various fixes for CI.bunnei
2023-06-03android: Disable jetifierCharles Lombardo
We no longer depend on any legacy libraries that required this flag
2023-06-03android: Migrate to AGP 8.0.1Charles Lombardo
2023-06-03android: Enable non-transitive R classesCharles Lombardo
New default going forward for new android projects. Best to follow the new standard.
2023-06-03android: Enable Kotlin supportCharles Lombardo
2023-06-03android: Add Citra frontend.bunnei