summaryrefslogtreecommitdiffstats
path: root/src/android/gradle.properties (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-29android: Suppress a known incompatibilityAbandoned Cart1-0/+3
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 Cart1-1/+2
2023-06-03android: Various fixes for CI.bunnei1-0/+3
2023-06-03android: Disable jetifierCharles Lombardo1-2/+1
We no longer depend on any legacy libraries that required this flag
2023-06-03android: Migrate to AGP 8.0.1Charles Lombardo1-1/+1
2023-06-03android: Enable non-transitive R classesCharles Lombardo1-0/+1
New default going forward for new android projects. Best to follow the new standard.
2023-06-03android: Enable Kotlin supportCharles Lombardo1-5/+3
2023-06-03android: Add Citra frontend.bunnei1-0/+15