aboutsummaryrefslogtreecommitdiff
path: root/build-logic/src
AgeCommit message (Collapse)Author
2023-11-28feat: remove WhatTheStackHarsh Shandilya
This is pretty unmaintained
2023-11-28refactor(build): use typed catalog in build-logicHarsh Shandilya
2023-11-26fix(build): address `enableAndroidTest` deprecationHarsh Shandilya
2023-11-01fix(build): disable `TrulyRandom` lintHarsh Shandilya
2023-11-01fix(build): lower JVM compilation target to 17Harsh Shandilya
Lint does not understand Java 20 classes yet
2023-09-08fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.5.0 (#2679)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-09-04fix(deps): update dependency com.hierynomus:sshj to v0.36.0 (#2670)renovate[bot]
* fix(deps): update dependency com.hierynomus:sshj to v0.36.0 * refactor(build): drop unnecessary explicit dependency * chore(idea): cruft * fix(app): ensure SLF4J v1 is used * fix(build): disable illegal BindsCanBeExtensionFunction lint * chore: refresh Lint baselines --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-08-26chore(build): require a Java 20 hostHarsh Shandilya
2023-07-22fix(build): only enable `-Werror` in CIHarsh Shandilya
2023-07-12feat(build): target API 34Harsh Shandilya
2023-07-12refactor(build): move dependency updates to a `Settings` pluginHarsh Shandilya
2023-07-07fix(build): only suppress compat check for Compose Compiler when requiredHarsh Shandilya
2023-07-06refactor(build): cleanup ktfmt codeHarsh Shandilya
2023-07-06fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts ↵Harsh Shandilya
files
2023-07-06feat(build): automatically handle Compose Compiler compatibility overrideHarsh Shandilya
2023-07-01fix(build): remove useless Java configuration for Gradle ToolchainsHarsh Shandilya
2023-07-01fix(build): remove JVM vendor preferenceHarsh Shandilya
2023-06-28fix(build): update `publicsuffix.org` pinned cert chainHarsh Shandilya
2023-06-15feat: adopt Kotlin 1.9 Enum entries featureHarsh Shandilya
2023-06-15fix(build): add default value for Sentry DSNHarsh Shandilya
2023-06-06fix(build): use base plugin for publishingHarsh Shandilya
2023-06-06fix(build): fully disable Sentry ProGuard by defaultHarsh Shandilya
2023-06-04feat: add `slack-lint-checks`Harsh Shandilya
2023-05-24feat(build): use JVM toolchains to enforce Java 17 usageHarsh Shandilya
This simplifies project setup in both CI and for individual contributors
2023-05-20feat(build): move to AGP 8.2.xHarsh Shandilya
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-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-04refactor: use worker API for `KtfmtFormatTask`Harsh Shandilya
2023-03-01feat(build): configure Lint baselines for all compatible projectsHarsh 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