aboutsummaryrefslogtreecommitdiff
path: root/build-logic
AgeCommit message (Expand)Author
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 17...Harsh Shandilya
2023-09-08fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.5.0 (#2679)...renovate[bot]
2023-09-04fix(deps): update dependency com.hierynomus:sshj to v0.36.0 (#2670)...renovate[bot]
2023-08-26chore(build): require a Java 20 hostHarsh Shandilya
2023-08-17chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention t......renovate[bot]
2023-07-22fix(build): only enable `-Werror` in CIHarsh Shandilya
2023-07-12fix(build): properly resolve JavaPoet version resolution issueHarsh Shandilya
2023-07-12feat(build): target API 34Harsh Shandilya
2023-07-12refactor(build): move dependency updates to a `Settings` pluginHarsh Shandilya
2023-07-10chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention t......renovate[bot]
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
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-15chore: rename TOML keys for coroutines depsHarsh 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 usage...Harsh Shandilya
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 26...Harsh Shandilya
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]
2023-04-27fix(build): implement certificate pinningHarsh Shandilya
2023-04-27feat(build): add Slack's Compose LintsHarsh Shandilya
2023-04-27feat(build): remove Detekt...Harsh Shandilya
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-logic...Harsh Shandilya
2023-03-21fix(build): remove `DSL_SCOPE_VIOLATION` suppression...Harsh Shandilya
2023-03-21fix(build): remove unneeded `afterEvaluate`...Harsh Shandilya
2023-03-21chore(build): fix deprecation warning...Harsh Shandilya