aboutsummaryrefslogtreecommitdiff
path: root/build-logic
AgeCommit message (Collapse)Author
2023-05-16feat(build): raise target bytecode to Java 17Harsh Shandilya
2023-05-12feat: raise min SDK to 26Harsh Shandilya
Autofill is only available on API 26 and above and I do not want to deal with bugs on these older Android releases.
2023-05-06feat(build): raise Kotlin target to match versionHarsh Shandilya
2023-04-29fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)renovate[bot]
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-04-27fix(build): implement certificate pinningHarsh Shandilya
2023-04-27feat(build): add Slack's Compose LintsHarsh Shandilya
2023-04-27feat(build): remove DetektHarsh Shandilya
This no longer adds value for me and instead results in unnecessary bikeshedding.
2023-04-27refactor(build): introduce a standalone plugin for Kotlin JVM librariesHarsh Shandilya
2023-04-27refactor(build): remove `kotlin-library` plugin from Android modulesHarsh Shandilya
2023-04-27refactor(build): commonize Lint configHarsh Shandilya
2023-04-25fix(build): simplify Kotlin JVM target handlingHarsh Shandilya
2023-04-23chore(build): misc cleanups to application and dependency updates pluginsHarsh Shandilya
2023-04-23fix(build): switch kotlin-library plugin to `compilerOptions` DSLHarsh Shandilya
2023-04-23fix(build): do not apply Android plugin in kapt pluginHarsh Shandilya
2023-04-23chore(build): simplify library release signing setupHarsh Shandilya
2023-04-10feat(deps): migrate to Kotlin 1.8.20Harsh Shandilya
2023-03-26feat(build): migrate to Crowdin V2 APIHarsh Shandilya
2023-03-21refactor(build): wire up CC-compatible task dependencies for CrowdinHarsh Shandilya
2023-03-21feat(build): pull out Crowdin tasks to their own classesHarsh Shandilya
2023-03-21fix(build): disable SAM conversion for build-logicHarsh Shandilya
No longer required https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Support%20of%20Java%20lambdas
2023-03-21fix(build): remove `DSL_SCOPE_VIOLATION` suppressionHarsh Shandilya
This was a Gradle bug that is now fixed https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Access%20to%20version%20catalog%20for%20plugins%20in%20the%20plugins%20%7B%7D%20block
2023-03-21fix(build): remove unneeded `afterEvaluate`Harsh Shandilya
https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Easier%20customization%20of%20Kotlin%20options
2023-03-21chore(build): fix deprecation warningHarsh Shandilya
Now visible due to this change: https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Useful%20deprecation%20warnings%20and%20errors%20from%20Kotlin%20script%20compilation
2023-03-04refactor: use worker API for `KtfmtFormatTask`Harsh Shandilya
2023-03-01feat(build): configure Lint baselines for all compatible projectsHarsh Shandilya
2023-02-27chore(build): ensure Kotlin versions are aligned in `build-logic` projectHarsh Shandilya
2023-01-05fix: remove deprecated APIHarsh Shandilya
2023-01-03Revert "Revert "fix: disable Sentry dependency report""Harsh Shandilya
This reverts commit 5cccd535aec307d2b55a51091f0119a5055407db.
2022-12-29Revert "fix: disable Sentry dependency report"Harsh Shandilya
This reverts commit 5c35acdfbcffdacb2e35b51dcbd8e279db44c5ae.
2022-12-29feat(gradle): bump to 8.0 RC1Harsh Shandilya
2022-12-19fix: disable Sentry dependency reportHarsh Shandilya
Incompatible with configuration cache
2022-12-08refactor: simplify `KtfmtCheckTask`Harsh Shandilya
2022-12-08Revert "fix(deps): update kotlin to v1.7.22 (#2278)"Harsh Shandilya
Let's just wait for a real update This reverts commit 54bb4676a7c16d959769e522ac018f3e3e822797.
2022-12-02refactor(build-logic): use `ExtensionContainer#configure` extensionHarsh Shandilya
2022-12-02refactor(build-logic): move all code to a single top-level projectHarsh Shandilya
2022-12-01fix(deps): update kotlin to v1.7.22 (#2278)renovate[bot]
* fix(deps): update kotlin to v1.7.22 * fix(gradle): allow Kotlin 1.7.22 for Compose Compiler (cherry picked from commit 6c218c20bfd21e0a9ad75e3dfc98525d4ac40a7f) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-11-25fix(build-logic): re-enable Test task state trackingHarsh Shandilya
2022-10-31fix(build-logic): set hook source file path sensitivity to `NONE`Harsh Shandilya
The file path is irrelevant, we only care about the script contents
2022-10-29feat: rip out SpotlessHarsh Shandilya
Spotless' configuration cache support is irritating since it requires you to wipe config cache every time you initialise a Gradle daemon.
2022-10-29feat(build): add a homebrew ktfmt pluginHarsh Shandilya
The general idea of the implementation is borrowed from https://github.com/cortinico/ktfmt-gradle
2022-10-24chore(gradle): add missing suppressions and license headersHarsh Shandilya
2022-10-21Migrate to Metalava for validating API (#2195)Harsh Shandilya
2022-10-07refactor(build-logic): make `GitHooksTask` more lazyHarsh Shandilya
2022-10-07refactor(build-logic): move PSL download to task actionHarsh Shandilya
2022-10-05chore(deps): upgrade to Compose Compiler 1.3.2Harsh Shandilya
2022-10-03fix(deps): update kotlin to v1.7.20 (#2154)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-09-24chore(deps): update dependency com.facebook:ktfmt to v0.41 (#2147)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-21Upgrade AndroidX dependencies (#2139)Harsh Shandilya
2022-09-10Fix bundle collection task (#2122)Harsh Shandilya
2022-09-10fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵renovate[bot]
v0.22.0 (#2121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>