Commit graph

139 commits

Author SHA1 Message Date
cb6e71c8bf
fix(build): add minify switch 2023-11-20 12:31:18 +05:30
4b4d133e8b
fix(build): target Kotlin 1.9 2023-11-19 21:12:07 +05:30
fb878824e8 fix(build): address enableAndroidTest deprecation 2023-11-17 19:56:25 +05:30
741e82a425 fix(build): remove use of custom R8 build
In AGP we trust...?
2023-11-16 01:04:25 +05:30
9b27783886 fix(build): recognise vector as an XML tag 2023-11-15 09:10:57 +05:30
fcc20d2f1e
refactor(build): use a hack to expose catalog type-safe API 2023-11-08 17:04:35 +05:30
da6fefb1b0
fix(build): disable CC for Spotless 2023-11-04 19:45:29 +05:30
6f4c1a0fbd
fix(build): disable slack-lint DeprecatedCall 2023-10-27 22:34:07 +05:30
a0ea6d6e1c
fix(build): disable GradleDependency lint
I have better ways to deal with this
2023-10-19 01:39:10 +05:30
3522dc529d
fix(build): prevent invalid lints failing build 2023-09-29 12:06:52 +05:30
ed32186984
refactor(build): adopt Slack lints 2023-09-28 15:14:36 +05:30
e740ddb7cc fix(build): recognize appwidget-provider as a valid XML tag 2023-09-22 00:58:07 +05:30
b0ffbcd07d refactor(build): fix debug builds and groups to collection tasks 2023-09-21 13:57:12 +05:30
renovate[bot]
61b000dc48 chore(deps): update dependency com.facebook:ktfmt to v0.46 2023-09-20 00:04:33 +05:30
renovate[bot]
93292c3d5a chore(deps): update dependency com.facebook:ktfmt to v0.45 2023-09-18 23:38:00 +05:30
e49a2c2cbc
fix(build): disable NewerVersionAvailable Lint 2023-09-07 23:52:15 +05:30
5cb4af40cd
fix(build): simplify Lint task dependencies 2023-08-24 17:16:55 +05:30
591c68a6e4
scripts: return to monke
I don't like bash but turns out I dislike Python more

This reverts commit 2628bfc2cd, d77fa13903 and 69f63cced4.
2023-08-10 02:58:58 +05:30
432a438815
chore(ci): add Python to Spotless 2023-08-02 01:40:36 +05:30
3bb5dfffbe
refactor(build): migrate to Baseline Profile Gradle Plugin 2023-07-31 16:48:09 +05:30
e3627ca89d
fix: prevent upgrading to Anvil k1.8 build 2023-07-29 20:22:24 +05:30
29c0369d43 fix(build): set proguard files for all build types
Some cursed day you might be enabling R8 on debug builds
2023-07-19 22:24:23 +05:30
1e4217598f fix(build): make slimTests skip debug rather than select release 2023-07-17 15:08:52 +05:30
9a5a417418
feat(build): add copyright license headers to XML files 2023-07-09 22:59:58 +05:30
fe752f839a
feat(build): migrate to Gradle JVM Toolchains 2023-07-01 18:21:10 +05:30
c089e5ae5a
fix(build): make slim tests optional 2023-06-28 10:46:59 +05:30
d8a76cf1e7
Revert "fix(build): temporarily revert to AGP 8.0.x"
This reverts commit 1e888494ee.
2023-06-28 10:46:59 +05:30
9c2c238e1e
fix(build): raise target SDK to 34 2023-06-22 11:27:42 +05:30
1e888494ee
fix(build): temporarily revert to AGP 8.0.x
Android Studio's canary version is going through some trouble recognizing test sources
2023-06-05 02:16:57 +05:30
dfe108d13e
fix(deps): use an unreleased R8 build with verifier crash fix 2023-05-26 01:08:19 +05:30
37e6c87046
feat: move up to AGP 8.2.x 2023-05-25 22:19:58 +05:30
7cbc96161e
feat(build): raise target bytecode to Java 17 2023-05-16 16:14:10 +05:30
15b1e68611
Revert "feat: add gradle-dependencies-sort plugin"
The lexer/parser on this is very sensitive to custom APIs being used in the
`dependencies {}` DSL.

This reverts commit 069c5a4389.
2023-05-05 20:31:29 +05:30
a5e25e2eb5
refactor(build): simplify test dependency setup 2023-05-05 20:31:29 +05:30
069c5a4389
feat: add gradle-dependencies-sort plugin 2023-05-04 15:09:41 +05:30
b498cf4b62
feat: fix Sentry disabling logic again 2023-05-04 14:09:05 +05:30
renovate[bot]
b1a66bb8dd
chore(deps): update dependency com.facebook:ktfmt to v0.44 (#374)
* chore(deps): update dependency com.facebook:ktfmt to v0.44

* chore: reformat

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-04-29 09:48:04 +05:30
0cd4257e73 Revert "feat(build): upgrade to AGP 8.1.0-beta01"
Newer AGP releases cause incorrect desugaring of the Crux dependency

This reverts commit 68a20e0d11.
2023-04-26 14:37:03 +00:00
68a20e0d11
feat(build): upgrade to AGP 8.1.0-beta01 2023-04-25 18:42:05 +05:30
1323668fe6
feat(build): add a task to collect Lint SARIF reports 2023-04-20 18:00:01 +05:30
24b747eb38
fix(build): correct plugin application ordering 2023-04-20 18:00:01 +05:30
237a06f1cf
feat(build): apply Android Lint plugin to JVM modules 2023-04-20 18:00:01 +05:30
66ce35927a
refactor(build): extract out Lint config 2023-04-19 17:16:06 +05:30
468d363c65
feat(build): rework Lint config
- Export SARIF output
- Expand enabled ruleset
- Make HTML reports more detailed
2023-04-19 15:19:15 +05:30
6b164f84d9
refactor(build): migrate to Kotlin compilerOptions DSL 2023-04-19 12:36:03 +05:30
a2157ae618
feat: rework Sentry disabling logic for benchmark builds 2023-04-18 13:44:18 +05:30
e91b344bea
fix(build): remove no longer needed SAM conversion flag 2023-03-24 14:59:34 +05:30
491d8a6e71
fix(build): remove no longer needed afterEvaluate 2023-03-24 14:37:01 +05:30
c1f1d67bfa
feat(android): add a repository for extracting CSRF token 2023-03-10 01:29:04 +05:30
456205dece
chore(deps): bump compose-lint-checks 2023-03-09 01:08:21 +05:30