Commit graph

1923 commits

Author SHA1 Message Date
Harsh Shandilya
57d0dbad36
github: split PR tasks into separate jobs 2021-12-07 15:38:19 +05:30
Harsh Shandilya
09a10678de
build: add kotlinx-kover for library code coverage 2021-12-07 14:48:08 +05:30
dependabot[bot]
d72f3b85c4
build(deps): bump spotless-plugin-gradle from 6.0.2 to 6.0.4 (#1572) 2021-12-07 05:21:25 +00:00
dependabot[bot]
8b4c8def4c
build(deps): bump hilt-android-gradle-plugin from 2.40.4 to 2.40.5 (#1575)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-07 10:39:13 +05:30
dependabot[bot]
1f00619be5
build(deps): bump hilt-android from 2.40.4 to 2.40.5 (#1573)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-07 10:38:53 +05:30
dependabot[bot]
dcaa04ff9a
build(deps): bump hilt-compiler from 2.40.4 to 2.40.5 (#1574)
* build(deps): bump hilt-compiler from 2.40.4 to 2.40.5

Bumps [hilt-compiler](https://github.com/google/dagger) from 2.40.4 to 2.40.5.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.40.4...dagger-2.40.5)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* sync dependency definitions

Signed-off-by: GitHub Actions <actions@github.com>

* sync dependency definitions

Signed-off-by: GitHub Actions <actions@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: msfjarvis <msfjarvis@users.noreply.github.com>
2021-12-07 10:09:37 +05:30
dependabot[bot]
720d489fd2
build(deps): bump hilt-core from 2.40.4 to 2.40.5 (#1576)
* build(deps): bump hilt-core from 2.40.4 to 2.40.5

Bumps [hilt-core](https://github.com/google/dagger) from 2.40.4 to 2.40.5.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.40.4...dagger-2.40.5)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* sync dependency definitions

Signed-off-by: GitHub Actions <actions@github.com>

* sync dependency definitions

Signed-off-by: GitHub Actions <actions@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: msfjarvis <msfjarvis@users.noreply.github.com>
2021-12-07 10:07:39 +05:30
Harsh Shandilya
5afb31f59e
Reorder workflow steps to fix cache failure (#1571) 2021-12-06 18:34:30 +00:00
Harsh Shandilya
968507aba0
Convert all GHA references to normal versions (#1570) 2021-12-06 18:19:29 +00:00
dependabot[bot]
20eae05eec
build(deps): bump spotless-plugin-gradle from 6.0.1 to 6.0.2 (#1569) 2021-12-06 17:39:11 +00:00
Harsh Shandilya
208eed4269
Turn on explicit API for Kotlin JVM projects (#1568) 2021-12-03 09:38:33 +00:00
Harsh Shandilya
d9727f7a4c
gradle: bump to 7.3.1 2021-12-03 12:59:59 +05:30
Harsh Shandilya
7d03924de6
build-logic: configure SlimTests correctly 2021-12-03 12:59:58 +05:30
Harsh Shandilya
52cba5864d
build: use Hilt through buildscript classpath 2021-12-03 12:59:58 +05:30
Harsh Shandilya
6be8b75b50
build: upgrade Hilt 2021-12-03 12:59:58 +05:30
Harsh Shandilya
81e9926b72
buildSrc: remove 2021-12-03 12:59:58 +05:30
Harsh Shandilya
a80020477f
gradle: add Maven Publish and Dokka plugins to root 2021-12-03 12:59:58 +05:30
Harsh Shandilya
120dc5fca4
all: switch to new convention plugins 2021-12-03 12:59:57 +05:30
Harsh Shandilya
4d327646a4
build-logic: add android plugins 2021-12-03 12:59:57 +05:30
Harsh Shandilya
4fb066dff5
build-logic/kotlin-plugins: add android and kapt plugins 2021-12-03 12:59:57 +05:30
Harsh Shandilya
70cdd61797
build-logic: add crowdin and psl convention plugins 2021-12-03 12:59:57 +05:30
Harsh Shandilya
dfee170bd8
build-logic: add android convention plugins 2021-12-03 12:59:56 +05:30
Harsh Shandilya
553a9e8492
build-logic: configure repositories to include Google Maven 2021-12-03 12:59:56 +05:30
Harsh Shandilya
1ade4eaf64
Cleanup dependency declarations and upgrade to Kotlin 1.6.0 (#1565) 2021-12-02 19:09:54 +00:00
dependabot[bot]
99c7913a48
build(deps): bump spotless-plugin-gradle from 6.0.0 to 6.0.1 (#1566)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-02 23:08:10 +05:30
dependabot[bot]
18a4cfb698
build(deps): bump robolectric from 4.7.2 to 4.7.3 (#1563)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01 17:46:27 +00:00
dependabot[bot]
d2d7ba16b5
build(deps): bump bcprov-jdk15on from 1.69 to 1.70 (#1564)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01 23:06:41 +05:30
dependabot[bot]
192fd11c45
build(deps): bump hilt from 2.40.1 to 2.40.3 (#1557)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01 04:07:03 +00:00
dependabot[bot]
cbff738bd5
build(deps): bump robolectric from 4.7 to 4.7.2 (#1559)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01 03:57:41 +00:00
dependabot[bot]
2b59c79a7a
build(deps): bump binary-compatibility-validator from 0.6.0 to 0.8.0 (#1558) 2021-12-01 03:19:37 +00:00
Harsh Shandilya
1aa01ebb9a
Raise Dependabot Gradle PR limit to 5 (#1555) 2021-12-01 08:38:31 +05:30
dependabot[bot]
25e7a16736
build(deps): bump pgpainless-core from 1.0.0-rc1 to 1.0.0-rc6 (#1554)
* build(deps): bump pgpainless-core from 1.0.0-rc1 to 1.0.0-rc6

Bumps [pgpainless-core](https://github.com/pgpainless/pgpainless) from 1.0.0-rc1 to 1.0.0-rc6.
- [Release notes](https://github.com/pgpainless/pgpainless/releases)
- [Changelog](https://github.com/pgpainless/pgpainless/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgpainless/pgpainless/commits/1.0.0-rc6)

---
updated-dependencies:
- dependency-name: org.pgpainless:pgpainless-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* sync dependency definitions

Signed-off-by: GitHub Actions <actions@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01 07:35:59 +05:30
dependabot[bot]
2639298115
build(deps): bump okhttp from 4.9.0 to 4.9.3 (#1553)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-11-30 12:38:23 +00:00
Harsh Shandilya
fc211418c4
Implement workarounds for Dependabot to update dependencies (#1552) 2021-11-30 12:26:05 +00:00
github-actions[bot]
8d59e8255c
autofill-parser: update publicsuffixes file (#1551)
Co-authored-by: GitHub Actions <noreply@github.com>
2021-11-27 04:28:21 +00:00
Harsh Shandilya
d129d5e580
Ensure logger is installed when requested (#1549) 2021-11-23 20:31:55 +05:30
Harsh Shandilya
d7bbdce1c0
Turn off configuration cache (#1543) 2021-11-17 16:27:19 +05:30
Harsh Shandilya
40e65e1a8b
buildSrc: remove code superseded by convention plugins 2021-11-16 00:22:18 +05:30
Harsh Shandilya
0fad4d24b5
build: apply kotlin-common convention plugin where applicable 2021-11-16 00:22:17 +05:30
Harsh Shandilya
c938ee1837
build: switch root project to convention plugins 2021-11-16 00:22:17 +05:30
Harsh Shandilya
c3279e65b7
build-logic: add automation convention plugins 2021-11-16 00:22:17 +05:30
Harsh Shandilya
cfeca2d3ee
build-logic: add Kotlin convention plugins 2021-11-16 00:22:17 +05:30
Harsh Shandilya
44f2821794
build: upgrade Spotless and enable configuration caching 2021-11-16 00:22:17 +05:30
Harsh Shandilya
c2e2e4f842
Convert build-logic to a proper included build 2021-11-16 00:22:16 +05:30
Harsh Shandilya
cbadee43cd
gradle: add all deps 2021-11-15 23:58:23 +05:30
Harsh Shandilya
96a9211f9e
build-logic: migrate Spotless to a convention plugin 2021-11-15 23:57:40 +05:30
Harsh Shandilya
1040552dbf
all: spotless 2021-11-15 23:54:11 +05:30
Harsh Shandilya
06ae72d771
gradle: bump to 7.3 2021-11-15 23:54:11 +05:30
Harsh Shandilya
a2c44015a1
gradle: add opens for Java 16 compat 2021-11-15 23:54:10 +05:30
Harsh Shandilya
51956be665
Update dependencies (#1540) 2021-11-13 17:50:15 +05:30